Input into a edit text box from a file ..
조회 수: 2 (최근 30일)
이전 댓글 표시
I want to load the text in a file into a edit text box , by pressing a push button how can I do that ... plz help
댓글 수: 0
답변 (1개)
dpb
2014년 12월 1일
Read the file with impordata, textscan or whatever is appropriate depending on the file structure then set the 'String' property of the textbox to that text.
help iofun % get started w/ possible i/o functions
doc uicontrol % for controls
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!