How to create Array in structure??
Mostra commenti meno recenti
I have to create a structure which contain two array variables.
Risposte (1)
Thorsten
il 26 Nov 2014
s.a1 = rand(10);
s.a2 = rand(20);
Categorie
Scopri di più su Structures in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!