matlab combatibillity of v3.2
WMennerich
W.Mennerich at gmx.net
Wed Jun 10 11:37:56 CDT 2009
Hello,
First, I want to congratulate to the new version 3.2, which seems to be a
big step.
I just tried the Octave MinGW 3.2 and found an incompatibility to Matlab:
In matlab you can have
>switch travellingDirection
>
>case {'east' 'west'}
>
> advice='Change time on your Clock';
>
>case {'north' south'}
>
> advice='Change cloth on your Body';
>
>end
>
In octave, this does not work, you need {'east' , 'west'} instead of {'east'
'west'}
[ I mean the colon between 'east' and 'west' ]
I will solve this for me by changing my user code, so see this more as an
information.
Another thing is the matlab 'dbstop if error' comand. Octave 3.2 (MinGW)
gives an error:
>error: add_breakpoint: unable to find the function requested
I dont now whether this is not yet implemented or just a bug.
Best Regards, Wolfgang
--
View this message in context: http://www.nabble.com/matlab-combatibillity-of-v3.2-tp23966258p23966258.html
Sent from the Octave - Bugs mailing list archive at Nabble.com.
More information about the Bug-octave
mailing list