How to create Array in structure??
Afficher commentaires plus anciens
I have to create a structure which contain two array variables.
Réponses (1)
Thorsten
le 26 Nov 2014
s.a1 = rand(10);
s.a2 = rand(20);
Catégories
En savoir plus sur Structures dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!