How to create Array in structure??
Ältere Kommentare anzeigen
I have to create a structure which contain two array variables.
Antworten (1)
Thorsten
am 26 Nov. 2014
s.a1 = rand(10);
s.a2 = rand(20);
Kategorien
Mehr zu Structures finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!