octave-maintainers
[Top][All Lists]
Advanced

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

Re: Help with methods()


From: Nicholas Jankowski
Subject: Re: Help with methods()
Date: Fri, 22 Feb 2019 12:20:38 -0500



On Fri, Feb 22, 2019 at 11:34 AM Rik <address@hidden> wrote:
Trying to determine which methods are returned in Matlab from the methods()
function.  Could someone take the following code and put it in to a file
called "testclass.m".


>> x = testclass
x =
  testclass with properties:
    testnumber: 1337

>> methods (x)
Methods for class testclass:
getNumber  testclass 

>> methods (x, '-full')
Methods for class testclass:
result getNumber(obj)
p testclass
 

reply via email to

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