help-octave
[Top][All Lists]
Advanced

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

Re: assist


From: Robinson, Melvin D
Subject: Re: assist
Date: Tue, 6 Mar 2012 18:04:09 +0000

Try this to start off:

x=0:.1:1;
y=2*x;
plot(x,y)

This will produce the line y=2x. You can play around a bit to learn more. Also 
do

help plot 

Melvin


On Mar 6, 2012, at 11:53 AM, "joseph appau" <address@hidden> wrote:

> 
> am new to the use of octave, is there any command to help me to plot graph of 
> a straight linr
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave
> 



reply via email to

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