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: Rik
Subject: [Octave-bug-tracker] [bug #33220] set(HANDLE, 'property') not compatible with Matlab
Date: Sun, 08 May 2011 04:32:08 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110422 Ubuntu/10.04 (lucid) Firefox/3.6.17

Follow-up Comment #1, bug #33220 (project octave):

This is partially implemented in Octave, which may allow you to produce a
workaround.  Basically, 'set(HANDLE)' is implemented, but asking for the
defaults on a specific property is not.  Thus,


prop_vals = set (0);
prop_vals.busyaction
ans = 
{
  [1,1] = cancel
  [2,1] = queue
}


To see the a pretty print version showing which option is the default for
every property available try just 'set (0)'

    _______________________________________________________

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]