Working with Struct variable type in AppDesign.

3 visualizaciones (últimos 30 días)
Atrin Tabibi
Atrin Tabibi el 7 de Dic. de 2020
Comentada: Mario Malic el 9 de Dic. de 2020
I have a struct type of file which consist of 61 other struct files. In each of these 61 files there are multiple .mat data files with differnet type of variables(most of them are doubles). I want to design an app to brows in each these 61 file and extract the data I am looking for. any hint where to start?
  5 comentarios
Atrin Tabibi
Atrin Tabibi el 8 de Dic. de 2020
main folder is already built.
Mario Malic
Mario Malic el 9 de Dic. de 2020
Of course it is, I am not code this for you even though it's somewhat simple task, because if you need help with anything else afterwards, you'll have to ask again. So, as mentioned above, first part is the dir and load, to get the files and second one is playing with uitable to see the loaded data for each file.
Start with this to get the list of your mat files
S = dir('*.mat') % if files are in one folder
You can use the list to construct entries in your Tree component, then create a callback that would load file from selected node.
Lastly, display the loaded data in uitable

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Structures 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!

Translated by