array of structures in matlab
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
sweta arya
il 29 Giu 2015
Risposto: Azzi Abdelmalek
il 29 Giu 2015
how to implement array of structures in matlab.structure containing two fields.
0 Commenti
Risposta accettata
Azzi Abdelmalek
il 29 Giu 2015
array1=1:10
array2=21:30
out=struct('field1', num2cell(array1),'field2',num2cell(array2))
0 Commenti
Più risposte (0)
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!