Read / Output one pixel value from a 4D Matrix

3 views (last 30 days)
Hi,
I have a 4D matrix (128x128x2x96) lets call it 'A' and I want to test the pixel stability throughout all 96 reps. I need to output a single pixel value throughout all 96
for example I want A(50,50,1) from all 96 reps. How do I do this? Thanks for the help in advance

Accepted Answer

Walter Roberson
Walter Roberson on 21 May 2013
A(50,50,1,:)

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!