Extract fields from structure
17 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Samy Alkhayat
el 14 de Ag. de 2022
Comentada: Dyuman Joshi
el 15 de Ag. de 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 comentarios
Respuesta aceptada
Ver también
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!