Hello... how I can calculate the number of pixels that I created using ginput...??? thanks..

 Réponse acceptée

Image Analyst
Image Analyst le 17 Mar 2012

1 vote

Get the length of the x or y array that was returned.
[x,y] = ginput();
numberOfPoints = length(x);

Plus de réponses (0)

Catégories

En savoir plus sur Data Exploration dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by