Select a specific column from a 4-D array

1 view (last 30 days)
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?

Accepted Answer

Matt J
Matt J on 10 May 2021

More Answers (0)

Categories

Find more on Matrices and Arrays in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!