matlab solve 函数

 Example 1: %      syms p x r %      solve(p*sin(x) == r) chooses 'x' as the unknown and returns % %        ans = %               asin(r/p) %          pi - asin(r/p) % %   Example 2: %      syms x y %
相关文章
相关标签/搜索