Correct way of using blockproc
    4 ビュー (過去 30 日間)
  
       古いコメントを表示
    
I have a matrix, and a function similar to
function val = name(matWin, a, b, c)
What is the right way of calling blockproc and passing all the arguments of the function, so i can apply it to discrete 8x8 blocks in my original matrix?
0 件のコメント
採用された回答
  Walter Roberson
      
      
 2014 年 5 月 13 日
        blockproc(YourMatrix, [m n], @(S) name(S.data, a, b, c))
Guessing there about what your arguments mean.
0 件のコメント
その他の回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

