Alternatives to import excel files

조회 수: 6 (최근 30일)
fjnb86
fjnb86 2011년 10월 14일
Hello everybody,
I need to use the command xlsread(filename) but unfortunately I can not use instructions like uigetfile, uiopen or similar to get access to this dir or filename.
The reason is because I am working into a complicate GUI and it needs to be done it inside of a figure.
Something like this;
Are there other alternatives?
thanks!

채택된 답변

Titus Edelhofer
Titus Edelhofer 2011년 10월 18일
Hi, alternatively take a look at uitree, there is the example of displaying a directory tree (which can be used as selector as well):
t = uitree('v0', 'Root', 'C:\')
Titus
  댓글 수: 1
fjnb86
fjnb86 2011년 10월 19일
I will consider
thanks! :)

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

fjnb86
fjnb86 2011년 10월 18일
Finally I am using this with a little bit of modification
not pretty but works

카테고리

Help CenterFile Exchange에서 File Operations에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by