Select a specific column from a 4-D array

1 visualización (últimos 30 días)
Marvin Friedrich
Marvin Friedrich el 9 de Mayo de 2021
Respondida: Matt J el 10 de Mayo de 2021
Hello guys i want to select the first row from my 4-D array to calculate something else.
x(nf,nb1,nb2,:) is the array
I thought about
Test=x(:);
To get the first row in a new Vector
It gives me a new Vector. Is this correct?

Respuesta aceptada

Matt J
Matt J el 10 de Mayo de 2021
x(1,:,1,1)

Más respuestas (0)

Categorías

Más información sobre Matrices and Arrays 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