help-octave
[Top][All Lists]
Advanced

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

Re: Line


From: c.man
Subject: Re: Line
Date: Wed, 25 Nov 2009 09:24:09 -0800 (PST)

the exact command is:

x = 1:10;
y = ones(1,10)*3;
plot(x, y);

bye 



Renato S. Yamane-2 wrote:
> 
> X = 1:10
> plot(x, 3)
> 
> Why the result is not a line from 1 to 10 (x-axis) and constant in 
> y-axis (3)?
> 
> Regards,
> Renato
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Line-tp26516472p26516818.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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