Read / Output one pixel value from a 4D Matrix

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

 採用された回答

Walter Roberson
Walter Roberson 2013 年 5 月 21 日

0 投票

A(50,50,1,:)

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeResizing and Reshaping Matrices についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by