fprintf in if statement

조회 수: 10 (최근 30일)
Ryan Allan
Ryan Allan 2019년 8월 21일
댓글: madhan ravi 2019년 8월 21일
Hi,
Is there a way to only fprintf data while using an if statement. For example, if x = 1, fprintf ('hello');
Thanks

채택된 답변

madhan ravi
madhan ravi 2019년 8월 21일
편집: madhan ravi 2019년 8월 21일
if x == 1 % where x is assumed as a scalar
fprintf('hello')
end
help if
doc if

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by