This MATLAB function defines a symbolic equation. ... Define the equation by using the == operator. syms x eqn = sin(x) == cos(x); solve(eqn,x). ans = pi/4 ...
確定! 回上一頁