How to create Array in structure??

2 views (last 30 days)
priyanka
priyanka on 26 Nov 2014
Answered: Thorsten on 26 Nov 2014
I have to create a structure which contain two array variables.

Answers (1)

Thorsten
Thorsten on 26 Nov 2014
s.a1 = rand(10);
s.a2 = rand(20);

Categories

Find more on Structures in Help Center and File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!