octave-maintainers
[Top][All Lists]
Advanced

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

Re: need test run in recent version of Matlab


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

On 3/1/19 1:58 AM, Alois Schlögl wrote:
On 01.03.19 07:50, John W. Eaton wrote:
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


The file you attached is in MATLAB 5.0 MAT-file format. Could you (or someone) provide this file in the v7.3 format? Sorry I didn't specify that in the original message.

Thanks,

jwe





reply via email to

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