help-octave
[Top][All Lists]
Advanced

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

plot3 syntax / using a variables


From: Rick T
Subject: plot3 syntax / using a variables
Date: Sat, 19 Mar 2011 00:00:45 -1000


Greetings all

I have a plot that works usingĀ 
plot3(rotsig(1,:),rotsig(2,:),rotsig(3,:),'b-');
I would like to change it so I can add several plotsĀ 
example:
p1=rotsig(1,:),rotsig(2,:),rotsig(3,:),'b-';
plot3(p1);

However when I do this I get a different plot and the command window starts
showing my array does anyone know the correct syntax to store plot commands in a varable

tia sal22

--

reply via email to

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