Filter löschen
Filter löschen

Determining if a variable is a function handle

55 Ansichten (letzte 30 Tage)
E. Bisson
E. Bisson am 26 Nov. 2013
Kommentiert: James Brice am 14 Nov. 2019
Is there a function to determine if a variable is a function handle? ishandle works only for graphics or Java object handles.
Thanks

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 26 Nov. 2013
Bearbeitet: Walter Roberson am 26 Nov. 2013
isa(YourVar,'function_handle')

Weitere Antworten (0)

Kategorien

Mehr zu Call Java from MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by