Effacer les filtres
Effacer les filtres

Solving a "result"?

1 vue (au cours des 30 derniers jours)
Mark
Mark le 26 Juin 2012
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?

Réponse acceptée

Walter Roberson
Walter Roberson le 26 Juin 2012
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()
  1 commentaire
Mark
Mark le 26 Juin 2012
Excellent. Thankyou!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB 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