applying arrayfun on n-dimensional matrixes
1 次查看(过去 30 天)
显示 更早的评论
hi guys,
i need your help in solving the following problem:
how can i generalize the following for any n dimensional array:
reshape(arrayfun(@(x,y)sprintf('%d,%d',x,y),C{:},'un',0),size(M));
M is my matrix and C is my matrix of indexes.
thanks in advance.
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Creating and Concatenating Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!