필터 지우기
필터 지우기

Solving a numeric equation matlab shows results with up to 32 decimals. How can I get this for the operation below for Exmpl? format longE for Exmpl. allows only 16 digits.

조회 수: 1 (최근 30일)
sd=1/((1/3)^(1/2))

채택된 답변

Torsten
Torsten 2022년 9월 26일
편집: Torsten 2022년 9월 26일
digits(100)
vpa(sqrt(sym('3')))
ans = 
1.732050807568877293527446341505872366942805253810380628055806979451933016908800037081146186757248576

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Fixed-Point Designer에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by