Alternatives to import excel files

1 次查看(过去 30 天)
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-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