help-octave
[Top][All Lists]
Advanced

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

Re: Same plot for two functions


From: Henry F. Mollet
Subject: Re: Same plot for two functions
Date: Tue, 13 May 2008 15:49:17 -0700
User-agent: Microsoft-Entourage/11.1.0.040913

octave-3.0.1:2> t=linspace(0,10,21);
octave-3.0.1:3> plot (t, 2.*t, t, t.*t)
Henry


on 5/13/08 3:35 PM, george brida at address@hidden wrote:

> Dear friends,
> if I have two functions of variable t, how to represent them in the same
> plot?
> Say, f(t)=2*t and g(t)=t*t
> Thank you very much
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www.cae.wisc.edu/mailman/listinfo/help-octave




reply via email to

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