matlab求解超越方程出现错误提示。
3 views (last 30 days)
Show older comments
方程如下:
solve('300*cos(pi/6)-300+300*cos(2*10^9*x)-(15/8)*300^2*0.25*sin(2*2*10^9*x)/(2.4*10^3)+(15/4)*300^2*0.25*2*10^9*x/(2.4*10^3)=0','x')
求解后出现错误提示:
Error using mupadengine/feval (line 157)
MuPAD error: Error: Out of memory.
Error in solve (line 160)
sol = eng.feval('symobj::solvefull',eqns,vars);
请各位指教!
0 Comments
Answers (0)
See Also
Categories
Find more on File Operations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!