Totally evaluate a result

1 vue (au cours des 30 derniers jours)
Philosophaie
Philosophaie le 29 Avr 2016
Modifié(e) : Star Strider le 29 Avr 2016
I get a result from:
disp(B1);
76533567789*cos(665434345667778/334545654433775)/65343456677
How do I get MATLAB to totally evaluate it.

Réponse acceptée

Star Strider
Star Strider le 29 Avr 2016
Modifié(e) : Star Strider le 29 Avr 2016
It looks like a Symbolic Math Toolbox result.
Use the vpa function:
B1v = vpa(76533567789*cos(665434345667778/334545654433775)/65343456677)
B1v =
-0.47574155170905596534680626064073

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by