필터 지우기
필터 지우기

what is the problem for the following commands in MATLAB?

조회 수: 1 (최근 30일)
PULAK Kumer
PULAK Kumer 2020년 12월 26일
답변: Walter Roberson 2020년 12월 26일
m=input('Give integer value')
fprintf('%.(%d)f',m,x(i))
Here , I want to show decimal value after point according to inputed value.

채택된 답변

Walter Roberson
Walter Roberson 2020년 12월 26일
fprintf('%.*f', m, x(i))

추가 답변 (0개)

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by