help-octave
[Top][All Lists]
Advanced

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

classdef in octave 4.0


From: Laurent Hoeltgen
Subject: classdef in octave 4.0
Date: Tue, 10 Mar 2015 08:28:54 +0100
User-agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

Hi,

I have been playing around with octave 4.0 rc1 on Win8 and noticed a few things. According to the docs, inputParser has a addParamValue method. Matlab renamed it to addParameter some time ago (must have been between R2013a and R2014a):

http://de.mathworks.com/help/matlab/ref/inputparser.addparamvalue.html

As far as I can see, addParameter is not (yet) supported in octave, right?
Does the octave support enumerations within classdefs? I mean this:

http://de.mathworks.com/help/matlab/matlab_oop/enumerations.html

Some of my code uses these and I couldn't get it to work in octave.

Regards,
Laurent




reply via email to

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