|
| From: | Rik |
| Subject: | [Octave-bug-tracker] [bug #44672] Differences with figure/uicontrol between Octave and MATLAB |
| Date: | Thu, 1 Nov 2018 13:00:41 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0 |
Follow-up Comment #8, bug #44672 (project octave):
@Guillaume: The documentation for uicontrol
(http://www.mathworks.com/help/matlab/ref/uicontrol.html) doesn't mention
using a struct as input. But is this a general capability that Matlab has
that simply isn't documented?
Does this run under Matlab?
s = struct ('Style','radiobutton','String','Option 1')
h = uicontrol (s)
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?44672>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |