Totally evaluate a result

1 次查看(过去 30 天)
I get a result from:
disp(B1);
76533567789*cos(665434345667778/334545654433775)/65343456677
How do I get MATLAB to totally evaluate it.

采纳的回答

Star Strider
Star Strider 2016-4-29
编辑:Star Strider 2016-4-29
It looks like a Symbolic Math Toolbox result.
Use the vpa function:
B1v = vpa(76533567789*cos(665434345667778/334545654433775)/65343456677)
B1v =
-0.47574155170905596534680626064073

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Financial Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by