3 dimentions matrix Creation

Hei, I have this matrix
A=[4 -1 1;4 -8 1;-2 1 5]
And I want to add a third dinention (page) to it with only one element from 1 to 100 ie every page have my same matrix but the page numbers change from 1 to 100. Any help is appretiated

 Respuesta aceptada

Roger Stafford
Roger Stafford el 8 de Mzo. de 2018

0 votos

I think you asking how to do this:
A = repmat(A,1,1,100);

Más respuestas (0)

Categorías

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

Productos

Etiquetas

Preguntada:

F.O
el 8 de Mzo. de 2018

Respondida:

el 8 de Mzo. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by