How to input information in edit textbox automatically

Hi
I have some problem with putting information in edit textbox automatmatically my gui is about giving information about the image size in pixel what i want is when the my gui load the image, the edit textbox automatically give the information about the image size does anyone know? thanks before

 Akzeptierte Antwort

Walter Roberson
Walter Roberson am 10 Dez. 2015
set(handles.editbox1, 'String', str2num(size(YourImage)) )

Weitere Antworten (0)

Kategorien

Mehr zu Images finden Sie in Hilfe-Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by