how load txt file within GUI?
이전 댓글 표시
*hi,
I would like to load txt file within GUI.
I don't know how do that, when I read it I do that from command window.
please help me.
thanks in advance*
답변 (1개)
Walter Roberson
2014년 2월 24일
Any command you can use at the command window can also be used in code. For example,
myvalues = load('YourFileName.txt');
카테고리
도움말 센터 및 File Exchange에서 File Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!