Determining if a variable is a function handle

34 次查看(过去 30 天)
Is there a function to determine if a variable is a function handle? ishandle works only for graphics or Java object handles.
Thanks

采纳的回答

Walter Roberson
Walter Roberson 2013-11-26
编辑:Walter Roberson 2013-11-26
isa(YourVar,'function_handle')

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Creating, Deleting, and Querying Graphics Objects 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by