필터 지우기
필터 지우기

Totally evaluate a result

조회 수: 1 (최근 30일)
Philosophaie
Philosophaie 2016년 4월 29일
편집: Star Strider 2016년 4월 29일
I get a result from:
disp(B1);
76533567789*cos(665434345667778/334545654433775)/65343456677
How do I get MATLAB to totally evaluate it.

채택된 답변

Star Strider
Star Strider 2016년 4월 29일
편집: Star Strider 2016년 4월 29일
It looks like a Symbolic Math Toolbox result.
Use the vpa function:
B1v = vpa(76533567789*cos(665434345667778/334545654433775)/65343456677)
B1v =
-0.47574155170905596534680626064073

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Financial Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by