help-octave
[Top][All Lists]
Advanced

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

Re: Question about a plot


From: Samuele Zampini
Subject: Re: Question about a plot
Date: Mon, 14 Mar 2011 19:34:49 +0100

Thanks a lot.
This helped.
Just one more question: when I digit ``help function_name'' I, of course, get the help of
a certain function.
The question is: how can I ``exit'' this help to go back to the ``command window''??

Thanks again,

Samuele

2011/3/14 Jordi Gutiérrez Hermoso <address@hidden>
On 14 March 2011 12:22, Samuele Zampini <address@hidden> wrote:
> Anyway, the point is that I am trying to make a plot with Octave.
> I have this *simple* script:
>>
>> a = [0:.1:2*pi];
>> b = sin(a);
>> gplot (a,b)

gplot is for plotting graph-theoretical graphs (vertices and edges).
Use plot instead. Type "help gplot" and "help plot" for the
docstrings.

HTH,
- Jordi G. H.



--
                                                                                                                 Samuele Zampini
________________________________________________________________________________
01001001001000000110000101101101001000000110100001100001011100000111000001111001
  .~.                               
  /V\       L   I   N   U   X    
 // \\          I S    T H E
 /(   )\           W A Y
 ^^-^^
cell phone:   +39 347 342 6510
home:   +39 0331 823 927
e.mail:   address@hidden
www:   samiam1000.spaces.live.com
skype: samiam85


reply via email to

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