uigefile or uiimport for multiple files?

3 views (last 30 days)
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.

Accepted Answer

Matt Fig
Matt Fig on 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.

More Answers (0)

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!