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

2 visualizaciones (últimos 30 días)
syms x
eq1=0.2==exp(-(x*pi)/sqrt(1-x^2))
solve(ep1,x)

Respuesta aceptada

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

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!