what does this line of code mean?

 Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 12 de En. de 2015
If you have 3d array
a(:,:,1)=[1 2;3 4]
a(:,:,2)=[5 6;7 8]
you can access any part of your matrix, for example
a(:,1,:)

Más respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.

Etiquetas

Aún no se han introducido etiquetas.

Preguntada:

el 12 de En. de 2015

Respondida:

el 12 de En. de 2015

Community Treasure Hunt

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

Start Hunting!

Translated by