help-octave
[Top][All Lists]
Advanced

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

Re: matlab vs octave


From: A Scottedward Hodel
Subject: Re: matlab vs octave
Date: Fri, 19 May 2000 08:29:02 -0500

Octave does not support the Matlab 5 cell data structure.
Octave (2.1.x versions) has a "list" data structure, which is a
one-dimensional data type similar in nature to cells, although
notation is different.

These scripts will need to be rewritten in order to work in
Octave.

At 3:05 PM +0200 5/19/00, Bouazati el M wrote:
Hello

Who can help me to solve the following probleem:

I'm trying to read scripts, which are written in Matlab 5, in octave.

If I try to read the function newff, wich is written in Matlab 5 code to
build a neural network, I get the following error:

error: invalid character '{'near line 12
parse error near line 12 of file /home/mustapha/neuralnet.m

 net=newff([0 10],[5 1], {'tansig' 'purelin'});

I have changed some routines in the file '~/.octaverc', wich should be
sufficient to make octave handling matlab 5 scripts well. But this didn't
help at all!!

Please, send me an email back if somebody can help me.

Thanks,
Mustapha       (student at the free university of Amsterdam)


============================
Mustapha El Bouazati
studierichting:Bedrijfswiskunde & Informatica
divisie wiskunde en informatica
Faculteit der Exacte wetenschappen
Vrije Universiteit Amsterdam

Email: address@hidden







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

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

--
A S Hodel Assoc. Prof. Dept Elect and Computer Eng, Auburn Univ,AL 36849-5201
On leave at NASA Marshall Space Flight Center (256) 544-1426
Address until 31 July 2000:Mail Code TD-55, MSFC, Alabama, 35812
http://www.eng.auburn.edu/~scotte



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

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



reply via email to

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