필터 지우기
필터 지우기

Simplify expression displayed in command window

조회 수: 1 (최근 30일)
Philosophaie
Philosophaie 2013년 9월 18일
How can r be simplified? r is used further down the program as a number. I just want r to be displayed as a number in the command window. What operator do I have to add in front of r to display it in number form?
r =
1/332306998946228968225951765070086144*35635536596067290180312771580437^(1/2)*332306998946228968225951765070086144^(1/2)

답변 (1개)

Sean de Wolski
Sean de Wolski 2013년 9월 18일
vpa(r,10) %change 10 to desired number of digits
or
double(r)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by