Re: More questions about function handles
"John W. Eaton" <[email protected]>
| Newsgroups | gmane.comp.gnu.octave.maintainers |
|---|---|
| Message-ID | <[email protected]> |
On 5/6/20 8:50 PM, Nicholas Jankowski wrote:
> Unpack the attached zip file and then in Matlab, cd to the
> str2func-test
> directory and run the tstscript script. It should create a diary file.
> Post or send that file to me.
>
>
> didn't get very far this time.
Oh, the definition of the get_fh method in tstcls.m should be
function fh = get_fh (obj)
...
instead of
function fh = get_fh ()
...
Can you make that change an try running the script again?
Thanks,
jwe