Borrar filtros
Borrar filtros

How to create Array in structure??

3 visualizaciones (últimos 30 días)
priyanka
priyanka el 26 de Nov. de 2014
Respondida: Thorsten el 26 de Nov. de 2014
I have to create a structure which contain two array variables.

Respuestas (1)

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

Categorías

Más información sobre Structures en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by