필터 지우기
필터 지우기

Solving a "result"?

조회 수: 1 (최근 30일)
Mark
Mark 2012년 6월 26일
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?

채택된 답변

Walter Roberson
Walter Roberson 2012년 6월 26일
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
Mark
Mark 2012년 6월 26일
Excellent. Thankyou!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Get Started with MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by