Hi, i have pk=1x6 cell,each cell contains 192x192 data, i need to divide each 192x192 data into 3x3,then perfrom "AND",i.e result=64x64x6
1 回表示 (過去 30 日間)
古いコメントを表示
kaavya subramani
2016 年 11 月 22 日
編集済み: Walter Roberson
2016 年 11 月 22 日
plz check whether my code is correct
fun=@(block_struct) sum(block_struct.data);
for ol=1:length(pk)
result(:,:,ol)=blockproc(pk{ol},[3 3],fun)
end
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Data Import and Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!