help-octave
[Top][All Lists]
Advanced

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

Re: how to solve matlab symbol {} in octave


From: Paul Kienzle
Subject: Re: how to solve matlab symbol {} in octave
Date: Fri, 29 Jun 2001 09:55:36 +0100
User-agent: Mutt/1.2.5i

Jianming has a patch to Octave to support cell arrays.  You can find it at:

        http://www.octave.org/mailing-lists/octave-sources/2001/66

Regarding your post on octave-graphics about how to start converting
matlab code to octave, the answer is that you just try to run it the
way that it is and see if it works, then remove or change anything
that doesn't.  For example, rather than using varargin, you will have
to use a combination of ... (in the function header), va_start, va_arg
and all_va_args (in the function body).  See the octave manual for
details.  Converting matlab UI widgets will require even more changes.
Do a search on site:www.octave.org for tkoctave. This is an interface
between octave and tcl/tk which allows you to implement a GUI in octave.
Good luck

Paul Kienzle
address@hidden


On Fri, Jun 29, 2001 at 02:12:57PM +0700, droti wrote:
> In octave is there any thing equivalent with symbol {} in matlab



-------------------------------------------------------------
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]