Solving a "result"?
1 回表示 (過去 30 日間)
古いコメントを表示
After a series of calculations I solve for a variable but MatLab does not finish solving it. E.g. I finally solve for x and get x= (704*58^(1/2))/4337 + 2450/4337
However, how do I solve, or rather finish solving for x? I can type in the number manually into MatLab, but is there any way for a script to do this?
0 件のコメント
採用された回答
Walter Roberson
2012 年 6 月 26 日
That is the finished solution.
If you want to see the decimal approximation of it, you can use vpa(). If you want to convert to a floating point number, use double()
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!