www.gusucode.com > MATLAB仿真技术与应用__的配套例题和习题的matlab源代码 > 第八章/myfun.m

    function f = myfun(x)
f = -x(1) * x(2) * x(3);