Extract fields from structure
17 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Samy Alkhayat
il 14 Ago 2022
Commentato: Dyuman Joshi
il 15 Ago 2022
Hello,
I have a structure A that includes 2 structures, B and C. I want to extract from structure "C" , to the workspace, specific fields that start with certain set of letter, i.e I want to extract fields that start wih XX_YY.
I did
S=[A.C(:)]; save('param.mat','-struct','S');
But the file takes forever to load to the workspace.
Thanks in Advance!
3 Commenti
Risposta accettata
Vedere anche
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!