octave-maintainers
[Top][All Lists]
Advanced

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

Re: help understanding package/class/function references


From: Nicholas Jankowski
Subject: Re: help understanding package/class/function references
Date: Fri, 15 Feb 2019 13:11:33 -0500



On Fri, Feb 15, 2019 at 12:41 PM John W. Eaton <address@hidden> wrote:
Could someone run the following test in a recent version of Matlab?


Matlab 2018b:

>> apkg.cls.smeth
ans =
  struct with fields:
    f: 'cls'
>> apkg.cls.smeth.f
ans =
    'cls'
>> apkg.fcn
ans =
  struct with fields:
    f: 'fcn'
>> apkg.fcn.f
Undefined variable "apkg" or class "apkg.fcn.f".
 

reply via email to

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