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

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

[Octave-bug-tracker] [bug #33220] set(HANDLE, 'property') not compatible


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #33220] set(HANDLE, 'property') not compatible with Matlab
Date: Sun, 18 Sep 2011 22:08:24 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1

Update of bug #33220 (project octave):

                Category:                    None => Interpreter            
                  Status:                    None => Confirmed              
        Operating System:                  Mac OS => Any                    

    _______________________________________________________

Follow-up Comment #2:

I noticed additional problems with Octave's implementation.

With Octave, the command below behaves like get (gcf).

p = get ([gca, gcf])

Matlab gives an error. For a array of handles, Matlab returns an array of
structures.

Regarding the bug reported here, if the property name is given ...

p = get ([gcf, gcf], 'papersize')

Matlab will return a cell array (one for each handle).

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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