octave-maintainers
[Top][All Lists]
Advanced

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

help understanding package/class/function references


From: John W. Eaton
Subject: help understanding package/class/function references
Date: Fri, 15 Feb 2019 12:39:57 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

Could someone run the following test in a recent version of Matlab?

Unpack the attached tar file. It will create a directory called tst containing a package directory +apkg and two files, one classdef definition and one ordinary function. Then cd to that directory in Matlab and execute the commands

  apkg.cls.smeth
  apkg.cls.smeth.f
  apkg.fcn
  apkg.fcn.f

and reply to this message with the results. I'm expecting that the expressions indexing the function calls with .f will be errors.

Thanks,

jwe

Attachment: tst.tar.gz
Description: application/gzip


reply via email to

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