question of 'uigetfile' command order
Mostrar comentarios más antiguos
Hi everyone. I was confused about the order in 'uigetfile'. When I use this commend to open multiple files, like: filename = uigetfile('*.mat', 'Pick a file', 'MultiSelect', 'on'); maybe more than 100 files. And I use these data to build a matrix and then to plot a figure. Then in this figure I found that maybe one of my data is specific and I need to pick it out. But all I know is which row this data in my matrix but can't match it to the data in my file cause I don't know the order of opening the data.Is there anyone could help me? Thanks
3 comentarios
Geoff Hayes
el 13 de Jul. de 2018
Zhang - can't you keep the list of files that uigetfile has returned to you? Presumably row k of your matrix will correspond to the kth file in that file list...
Zhang Shiming
el 13 de Jul. de 2018
Walter Roberson
el 13 de Jul. de 2018
You do not tell us about how you create rows of your matrix from your input files.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre App Building en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!