How do you apply FOR loop to cell arrays?
古いコメントを表示
I've a large 512x512 matrix which I've divided into 1024 16x16 matrices, and again these 1024 16x16 matrices I've further divided into 4x4 matrix. I've used mat2tiles function for this division.
Then I've applied a function to a 4x4 matrix. Now I want to apply this same function to all the 4x4 matrices present in the cell.
Any idea how to proceed further from this?
Thank you.
2 件のコメント
Rik
2020 年 11 月 24 日
What have you tried?
You can show exactly what you did either with your actual data, or with data=rand(512,512);.
Abhishek Baba
2020 年 11 月 24 日
編集済み: Rik
2020 年 11 月 24 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Image Arithmetic についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!