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 11:19:09 -0800 (PST)

absolutly nothing !!
bye


Renato S. Yamane-2 wrote:
> 
> On 25-11-2009 15:24, c.man wrote:
>> Renato S. Yamane 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)?
>>
>> the exact command is:
>> x = 1:10;
>> y = ones(1,10)*3;
>> plot(x, y);
> 
> Wow! Thanks!
> 
> Regards,
> Renato
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
> 
> 


-----



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



reply via email to

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