pause-clc-fprintf-pause ... fprintf is ignored
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
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 Center および File Exchange で Entering Commands についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!