使用MATLAB 的內建函數求函數的零點(或方程式的根) ... Plot the function and hold. >> plot(x, y, 'b-'); ... Use built-in function 'roots()' to find all roots. > ...
確定! 回上一頁