creating a matrix that contains a struct
Mostrar comentarios más antiguos
Hi, I want to create a matrix that contains a struct in the first row. and integers in the next rows for example my matrix can look like this A=[[0,0,0],[0,0,1];1,1;0,1]
is there a way t do this? thanks
Respuesta aceptada
Más respuestas (1)
Itzik Ben Shabat
el 6 de Nov. de 2012
0 votos
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!