美文网首页
Matlab函数句柄

Matlab函数句柄

作者: 学而时习之_不亦说乎 | 来源:发表于2017-08-19 11:59 被阅读43次

    函数句柄function handle(@) 是一种间接调用函数的方式,使用方法如下:

    handle=@functionname   
    % 或者
    handle=@(arglist)anonymous_function
    

    相关文章

      网友评论

          本文标题:Matlab函数句柄

          本文链接:https://www.haomeiwen.com/subject/ijltdxtx.html