I have a code that uses ginput to gather data. I keep getting this message when I am done gathering data and close the figure.
Error using ginput (line 81)
Interrupted by figure deletion
Error in plotdecon5b (line 52)
[x,k]=ginput;
Is there a way to tell ginput I am done selecting data and not have to close the figure?

 Akzeptierte Antwort

Jos (10584)
Jos (10584) am 31 Mai 2016

0 Stimmen

try, xy = ginput, catch end

3 Kommentare

Sandy
Sandy am 31 Mai 2016
Bearbeitet: Sandy am 31 Mai 2016
The issue I have is that Matlab is using 'enter' to move on to the next set of data instead of ending ginput. Is there a way to set a different key to end it?
Jos (10584)
Jos (10584) am 1 Jun. 2016
?? On my matlab version ginput is exited by pressing enter. I think the code you are using is flawed ...
Adam Danz
Adam Danz am 25 Sep. 2020
Jos is correct and it's clearly stated in the documentation.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Data Exploration finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 31 Mai 2016

Kommentiert:

am 25 Sep. 2020

Community Treasure Hunt

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

Start Hunting!

Translated by