calculate pixel
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hello... how I can calculate the number of pixels that I created using ginput...??? thanks..
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 17 Mär. 2012
Get the length of the x or y array that was returned.
[x,y] = ginput();
numberOfPoints = length(x);
Weitere Antworten (0)
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!