From: us on
Walter Roberson <roberson(a)hushmail.com> wrote in message <hscsck$26v$1(a)canopus.cc.umanitoba.ca>...
> Dursun wrote:
> > are you guys f***ing retarded?
>
> Now I have a choice: do I go to my meeting, or do I spell out exactly how to
> position a rotated image on an axis.
>
> Dang. Meeting won.

walter
i assume you had to take your tiny aircraft to be just on time...

urs
From: Steven Lord on

"Dursun " <dursun.tepeli(a)edwards.af.mil> wrote in message
news:hscklo$7uh$1(a)fred.mathworks.com...
> are you guys f***ing retarded?

You know, questioning if the people you're asking for help are retarded is
probably not the best tool to motivate them to help you.

To answer your question, look at the IMAGE function or simply draw LINEs in
the shape of the airplane at the desired location on your axes. You'll need
to use HOLD in addition so that the IMAGE doesn't clear the axes, as is the
default behavior (if you use PLOT you'd have the same problem, which is why
I suggested the lower-level LINE.)

--
Steve Lord
slord(a)mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ


From: Walter Roberson on
Steven Lord wrote:
> "Dursun " <dursun.tepeli(a)edwards.af.mil> wrote in message
> news:hscklo$7uh$1(a)fred.mathworks.com...
>> are you guys f***ing retarded?
>
> You know, questioning if the people you're asking for help are retarded is
> probably not the best tool to motivate them to help you.

Quite.

> To answer your question, look at the IMAGE function or simply draw LINEs in
> the shape of the airplane at the desired location on your axes.

To which I will add the hint that

imrotate(ones(size(YourImage)), AppropriateAngle)

makes a dandy AlphaTransparency for a rotated image.