octave-maintainers
[Top][All Lists]
Advanced

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

need test run in recent version of Matlab


From: John W. Eaton
Subject: need test run in recent version of Matlab
Date: Fri, 1 Mar 2019 01:50:36 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1

Steps to run:

* unpack attached fhtst.tar.gz

* in Matlab, cd to the fhtst directory, and execute the following commands:

  fh = foo ()
  fh (13)
  save fhtst.mat fh

* restart Matlab, cd to the fhtst directory, and execute the commands

  load fhtst.mat
  fh (42)

* post the output from the command window for the two sessions and the fhtst.mat file here.

I'm trying to understand scoping of handles to sub functions and also what info is available to create a function handle to a sub function when the handle is loaded from a .mat file.

Thanks,

jwe

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


reply via email to

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