• 2022-06-16
    function y = myfun(x) y(1) = x(2)*exp(x(1)); y(2) = sin(x(1)+x(2)); 上述函数文件调用的正确方式是: