uigefile or uiimport for multiple files?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
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.
0 comentarios
Respuesta aceptada
Matt Fig
el 24 de Mzo. de 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.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Workspace Variables and MAT-Files en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!