maximum value in a 3d matrix
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
write a MATLAB script that finds the maximum value and its M and N indexes in each of the P pages. (i.e. the max on EACH of the pages, not the single max among all the pages. You will find P maxima and P pairs of indexes.
This is a 3d matrix (m*n*p) and i want to find the maximum value on each "page", as well as its m by n indexes on each page. can anyone please help?
i would also like to plot m*n of the maximum value p found on each page
1 件のコメント
Walter Roberson
2013 年 9 月 14 日
回答 (1 件)
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!