how to define a unknown matrix
Mostrar comentarios más antiguos
i have 10 unknowns
for example d1_1 d1_2 d2_1 d2_2 d3_1 d3_2 d4_1 d4_2 d5_1 d5_2
and i would like to place them into a matrix d which
d ( : , : , 1 ) = [ d1_1 ; d1_2 ] ;
d ( : , ; , 1 ) = [ d2_1 ; d2_2 ];
. . . . . . . . . . .
is there any simpler way for me to define this d matrix?
thank you!
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Logical 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!