Sir, i cant get u, divided_Array = mat2cell(myarray, [85 85], [85 85], 36);how to find max value for 4 halves in each image from that result?

1 回表示 (過去 30 日間)
plz help me

採用された回答

Walter Roberson
Walter Roberson 2016 年 11 月 1 日
For any one block indexed at J, K,
max(max(divided_Array{J,K},1),2)
The result of this expression would be size 1 x 1 x 36 . You can put the parts together to get your final result.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by