octave-maintainers
[Top][All Lists]
Advanced

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

Re: need function handle test run in Matlab


From: Nicholas Jankowski
Subject: Re: need function handle test run in Matlab
Date: Sat, 16 Mar 2019 21:51:48 -0400

diary attached.  Matlab 2018b



On Sat, Mar 16, 2019 at 9:28 PM John W. Eaton <address@hidden> wrote:
>
> Given the attached functions anonfcn.m and nestfcn.m, What does a
> current version of Matlab do for the following code?
>
>    afh = anonfcn (13)
>    afh ('a')
>    afh ('b')
>    nfh = nestfcn (42)
>    nfh ('a')
>    nfh ('b')
>
> Could someone please run this test and post the results here?
>
> Thanks,
>
> jwe
>

Attachment: fntests.txt
Description: Text document


reply via email to

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