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

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

[Octave-bug-tracker] [bug #42510] methods() does not return functions de


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #42510] methods() does not return functions defined in classdef file
Date: Thu, 21 Feb 2019 23:56:22 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36

Follow-up Comment #11, bug #42510 (project octave):

> What happens when nargout > 0 and the output goes to a cell array?

All methods are listed together sorted by name:


>> x = methods('MException')

x = 9×1 cell array
    {'addCause'     }
    {'eq'           }
    {'getReport'    }
    {'isequal'      }
    {'last'         }
    {'ne'           }
    {'rethrow'      }
    {'throw'        }
    {'throwAsCaller'}


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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