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

 채택된 답변

0 개 추천

"solve(ep1,x)"应该是“solve(eq1,x)”
很低级的错误,自己仔细点

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 数据类型标识에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!