Is there a command that simulates ginput?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
My question here is that I want to use ginput to select 2 datapoint on a figure. But after the first figure, there are 19 more figures (who look alike) in my program that will pop up. So now I'm searching for a command that simulates 'ginput' so I don't need to click to select the starting and ending point for example.
0 Kommentare
Antworten (1)
Sean de Wolski
am 23 Dez. 2014
You could use the java.awt.Robot but this workflow sounds horrible. What are you trying to do? Can you give a minimal working example?
5 Kommentare
Image Analyst
am 26 Dez. 2014
And what points on those get marked? The steep rising points? In the middle of the "sort of flat" points?
Siehe auch
Kategorien
Mehr zu Data Exploration finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!