help-octave
[Top][All Lists]
Advanced

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

Re: set_window_size


From: Jonathan Stickel
Subject: Re: set_window_size
Date: Fri, 29 Jul 2005 08:22:58 -0700
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050317)

address@hidden wrote:
I am treying to port a Matlab script to Octave.  As a
newbie, I am having difficulty determining wheter a
fucntion is built in or not.  I have search thru the
entire scripts I am trying to convert for
"set_window_size" but do not find it.  In the manual
it also does not turn up.  Is this in gnuplot or
elsewhere.


As in Matlab, you can always do "help function_name". If you get "not-documented", then that function is not installed. Many extra functions are available in octave-forge, and there other octave add-ons as well, especially for plotting. To browse what is in octave and octave-forge, look here:

http://octave.sourceforge.net/index/index.html

Unfortunately, plotting is the least mature part of Octave and least compatible with Matlab. Fortunately, there has been quite a bit of activity lately to improve plotting.

Jonathan



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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