Azzera filtri
Azzera filtri

Working with Struct variable type in AppDesign.

4 visualizzazioni (ultimi 30 giorni)
Atrin Tabibi
Atrin Tabibi il 7 Dic 2020
Commentato: Mario Malic il 9 Dic 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 Commenti
Atrin Tabibi
Atrin Tabibi il 8 Dic 2020
main folder is already built.
Mario Malic
Mario Malic il 9 Dic 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

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Structures in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by