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 日

0 投票

set(handles.editbox1, 'String', str2num(size(YourImage)) )

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeImages についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by