How to create Array in structure??
Mostrar comentarios más antiguos
I have to create a structure which contain two array variables.
Respuestas (1)
Thorsten
el 26 de Nov. de 2014
s.a1 = rand(10);
s.a2 = rand(20);
Categorías
Más información sobre Structures en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!