help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

plotting stems around X-axis in direction of Y and Z


From: k b
Subject: plotting stems around X-axis in direction of Y and Z
Date: Fri, 21 Nov 2003 00:59:55 -0800 (PST)

hi
for a demonstration to a friend i will try to make a
3D-plot that looks as follows.

x = (0:2*pi/360:2*pi);
y = sin(x);
z = cos(x);

this i would like to plot in such a manner so that the
sin and cos curves lie with an 90 degre andgel between
each other, that is sin should be plot onto Y-axis, up
and down from X-axis and cos should be plot onto
Z-axis in and out from X-axis.

it was a long time ago i used matlab but stem i think
should do the work, but i cannot even find stem in
octave 2.1.50.

suggestions?

best regards
kb

__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]