applying arrayfun on n-dimensional matrixes

조회 수: 1 (최근 30일)
jack
jack 2015년 10월 29일
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개)

카테고리

Help CenterFile Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by