octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #37650] the `inputParser' function is not yet


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #37650] the `inputParser' function is not yet implemented
Date: Sun, 05 Jan 2014 22:10:04 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20131030 Firefox/17.0 Iceweasel/17.0.10

Follow-up Comment #6, bug #37650 (project octave):

I wanted to take a look to see how you managed to workaround the missing
classdef. Any chance you could merge your workaround with the implementation
in the general package?

Also, this would probably be added to default which already has classdef so
there would be no need for tricky business to work around it.

The general package already deals with all the things, there was no missing
methods, and even had an extra one (addSwitch) not present in Matlab. The only
problem it had was that one needed to do


obj = obj.method ()


instead of the Matlab compatible


obj.method ()


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37650>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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