octave-maintainers
[Top][All Lists]
Advanced

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

need function handle test run in Matlab


From: John W. Eaton
Subject: need function handle test run in Matlab
Date: Sat, 16 Mar 2019 14:03:15 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1

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: anonfcn.m
Description: Text Data

Attachment: nestfcn.m
Description: Text Data


reply via email to

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