Crunch the numbers after a large operation
2 次查看(过去 30 天)
显示 更早的评论
How do you get Matlab to crunch the numbers after a large operation? It leaves Addition, Subtraction, Multiplication, Division and powers left undone. Some operations result in large numbers.
4 个评论
Image Analyst
2013-9-18
About all I can say is "you need to write code." It left them undone because there are no lines of code telling it to do those operations.
回答(1 个)
Walter Roberson
2013-12-11
You can use vpa() or double() to see decimal approximations of them, but none of the approximations will be the complete answers.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!