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: anonymous
Subject: [Octave-bug-tracker] [bug #33220] set(HANDLE, 'property') not compatible with Matlab
Date: Tue, 03 May 2011 14:24:13 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0.1) Gecko/20100101 Firefox/4.0.1

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

                 Summary: set(HANDLE, 'property') not compatible with Matlab
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 03 May 2011 02:24:13 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: None
             Assigned to: None
         Originator Name: Jochen Weber
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.0
        Operating System: Mac OS

    _______________________________________________________

Details:

Matlab allows the following syntax to inquire the set of available parameter
values for a property on a handle:


set_of_property_values = set(0, 'busyaction');


This returns a 2x1 cell array with items 'queue' and 'cancel'.

In addition to that, if called without a LHS assignment (nargout == 0), the
list is nicely formatted (according to Matlab's documentation standard) and
printed into the console:

[ {queue} | cancel ]





    _______________________________________________________

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]