将此代码保存为MATLAB® 路径上名为 root2d.m 的文件。 从点 [0,0] 开始求解非线性方程组,并观察求解过程。 fun = @root2d; x0 = [0,0]; x = fsolve(fun,x0,options).
確定! 回上一頁