help-octave
[Top][All Lists]
Advanced

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

How to print this function?


From: lib1
Subject: How to print this function?
Date: Tue, 22 May 2012 09:58:36 -0700 (PDT)

Hi, 

This is a beginner question, but can't seem to figure this out.

Please consider:

 t = [-1:0.1:1;]

f = ( 1 + t ) / ( 1 - t);

plot (t, f);


I'd like to see the behavior of f function regarding t values, but all I get
is some point.
How should I do this?

Luis

--
View this message in context: 
http://octave.1599824.n4.nabble.com/How-to-print-this-function-tp4630076.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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