Effacer les filtres
Effacer les filtres

Alternatives to import excel files

3 vues (au cours des 30 derniers jours)
fjnb86
fjnb86 le 14 Oct 2011
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!

Réponse acceptée

Titus Edelhofer
Titus Edelhofer le 18 Oct 2011
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 commentaire
fjnb86
fjnb86 le 19 Oct 2011
I will consider
thanks! :)

Connectez-vous pour commenter.

Plus de réponses (1)

fjnb86
fjnb86 le 18 Oct 2011
Finally I am using this with a little bit of modification
not pretty but works

Catégories

En savoir plus sur File Operations dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by