problem in using symbols
이전 댓글 표시
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
답변 (1개)
Paulo Silva
2011년 12월 7일
doc vpa %just a wild guess of something that might be useful to you
댓글 수: 5
omnia
2011년 12월 8일
Naz
2011년 12월 8일
@omnia: Can you make your question a bit more clear?
omnia
2011년 12월 10일
Walter Roberson
2011년 12월 10일
omnia, use
vpa((3*10^-12)/(1-f))
omnia
2011년 12월 16일
카테고리
도움말 센터 및 File Exchange에서 Common Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!