新手解方程出错,提示Empty sym: 0-by-1。

2 views (last 30 days)
syms x
eq1=0.2==exp(-(x*pi)/sqrt(1-x^2))
solve(ep1,x)

Accepted Answer

华纳娱乐公司游戏网址【微8785092】
"solve(ep1,x)"应该是“solve(eq1,x)”
很低级的错误,自己仔细点

More Answers (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!