MATLAB: Prompt line blocks access to figure

pauseplotprompt

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?

Best Answer

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.