problem in using symbols
Afficher commentaires plus anciens
Hi everyone I have a problem in my program. I have a symbol called 'f' in an equation when I write (3*10^-12)/(1-f) it is written in the command window as '1/(1237940039285380274899124224/3713820117856141-1237940039285380274899124224/3713820117856141*f_ES)'which is the same value but in much complex form. How can I make the program write it in the simple form? I use this equation in the remaining of the program and it become much harder to follow and calculate.
thanks
Réponses (1)
Paulo Silva
le 7 Déc 2011
doc vpa %just a wild guess of something that might be useful to you
5 commentaires
omnia
le 8 Déc 2011
Naz
le 8 Déc 2011
@omnia: Can you make your question a bit more clear?
omnia
le 10 Déc 2011
Walter Roberson
le 10 Déc 2011
omnia, use
vpa((3*10^-12)/(1-f))
omnia
le 16 Déc 2011
Catégories
En savoir plus sur Common Operations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!