uigefile or uiimport for multiple files?

2 vues (au cours des 30 derniers jours)
Felix
Felix le 24 Mar 2011
For my script I want to import a bunch of text files at once, preferably with the user interface like in uigefile or uiimport. The individual imported files could be stored in a big aray or seperately. Also it would be great if I could get the filenames of the individual files.

Réponse acceptée

Matt Fig
Matt Fig le 24 Mar 2011
According to the documentation for UIGETFILE, you can allow the user to select multiple files. Then simply loop through the filenames while creating your storage array. If the data are different sizes, you might have to use a cell array.

Plus de réponses (0)

Catégories

En savoir plus sur Migrate GUIDE Apps 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