• 2022-06-16
    将符号函数f, 转化为函数句柄h,使用的命令是
    A: >>h=inline(f)
    B: >>h=matlabFunction(f)
    C: >>h=matlabfunction(f)
    D: >>h=@(x) f