help-octave
[Top][All Lists]
Advanced

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

Compiling matlab R13 .m file


From: Miha Kralj
Subject: Compiling matlab R13 .m file
Date: Sat, 28 Feb 2004 19:03:11 +0100
User-agent: KMail/1.5.4

I need help on this issue:

octave will interprete correctly this:
Skol_skupni(:,:,a) = sortrows(Skol_skupni(:,:,a),1);

but not this:
Skol_skupni(:,:,a) = [Skol_skupni(1:size(Skol_skupni,1)-1,:,a); hn0(c,a) 
Skol_skupni(1,2:(size(Skol_skupni,2)-1)/2+1,a) tmp];

I get an error that says:
number of rows must match (38 != 1)

In matlab this interpretes just fine.
I have installed the most recent Octave v. 2.1.55 with multidimensional array 
support.

What am I missing?

Thanks, Miha



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