pause-clc-fprintf-pause ... fprintf is ignored

조회 수: 2 (최근 30일)
Paul Dostert
Paul Dostert 2019년 12월 3일
댓글: Navya Seelam 2019년 12월 6일
My thinking was that this:
fprintf('Test %d',1)
pause
clc
fprintf('Test %d',2)
pause
should:
  • Print "Test 1"
  • Wait for the user to press a key
  • Clear the Command Window and print "Test 2"
  • Exit when the user presses a key
However, "Test 2" is never printed. Instead a blank screen is displayed. What am I missing?
I'm using MATLAB Online (R2019b)
  댓글 수: 5
Paul Dostert
Paul Dostert 2019년 12월 4일
Any chance you can try it in MATLAB Online just to verify it is having an issue on there?
Navya Seelam
Navya Seelam 2019년 12월 6일
Hi,
I have brought this issue to the notice of our developers. They will investigate the matter further.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

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

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by