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

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

[Octave-bug-tracker] [bug #61673] classdef - (Access = hidden) results i


From: Rik
Subject: [Octave-bug-tracker] [bug #61673] classdef - (Access = hidden) results in spurious figure window
Date: Wed, 15 Dec 2021 11:23:50 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36

Follow-up Comment #8, bug #61673 (project octave):

@Markus: The "Access = hidden" syntax is not correct.  But, you could answer
my question in comment #5 by creating an m-file "return_public.m" which has
the following code:


function retval = return_public ()
  retval = 'public';
end


and then changing the code in testclassdef.m to


methods (Access = return_public ())


Does Matlab error for this code which would state that only string literals
which are constants at compile-time are allowed?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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