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

 채택된 답변

Walter Roberson
Walter Roberson 2015년 12월 10일
set(handles.editbox1, 'String', str2num(size(YourImage)) )

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Images에 대해 자세히 알아보기

질문:

2015년 12월 10일

답변:

2015년 12월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by