How to create Array in structure??
Show older comments
I have to create a structure which contain two array variables.
Answers (1)
Thorsten
on 26 Nov 2014
s.a1 = rand(10);
s.a2 = rand(20);
Categories
Find more on Structures in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!