フィルターのクリア

prompt line blocks access to figure

1 回表示 (過去 30 日間)
noa
noa 2013 年 6 月 13 日
hi
i have this code line:
...
plot(x,y)
prompt = 'Choose a number';
the problem is that i need to look in the plot at some points before using the prompt command. when i use the 'pause' command it also doesn't help because the pause is cancelled after one mouse click
is there an elegant way to solve this?

採用された回答

Vishal Rane
Vishal Rane 2013 年 6 月 13 日
You could add a pushbutton to the plot figure or a dialog box maybe, indicating to the user that they can use that button/dialog box to continue execution when they are done staring at the plot.
  4 件のコメント
noa
noa 2013 年 6 月 13 日
cool! is there any way I can set the location of where the box pops up?
Vishal Rane
Vishal Rane 2013 年 6 月 13 日
use this after the msgbox command
set(h,'Position',[400 400 100 50 ]) % [left bottom width height]
Explore more figure properties

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by