matlab 函数句柄

randolf2022年6月6日
小于 1 分钟

matlab 函数句柄

Matlab 函数句柄

定义

matlab 使用函数句柄传递函数,定义如下:

f = @(x,y) (x.^2 - y.^2);

参考

Loading...