You may want to try something like this: clear all syms a for k=0:0.1:pi for x=0:0.1:pi f = sin(k+a) - x*cos(x); vpasolve(f,a) end end.
確定! 回上一頁