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일

0 개 추천

if x == 1 % where x is assumed as a scalar
fprintf('hello')
end
help if
doc if

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Entering Commands에 대해 자세히 알아보기

태그

질문:

2019년 8월 21일

댓글:

2019년 8월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by