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

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

[Octave-bug-tracker] [bug #44672] Differences with figure/uicontrol betw


From: Guillaume
Subject: [Octave-bug-tracker] [bug #44672] Differences with figure/uicontrol between Octave and MATLAB
Date: Fri, 2 Nov 2018 07:46:22 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #12, bug #44672 (project octave):

I cannot think of something else than the following to be used in figure.m and
__uiobject_split_args__.m


i = 1;
while (i <= numel (args))
  if (isstruct (args{i}))
    i = i + 1;
  elseif (ischar (args{i}) && i < numel (args))
    i = i + 2;
  else
    error ("%s: PROPERTY/VALUE arguments must occur in pairs", who);
  endif
endwhile


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?44672>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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