필터 지우기
필터 지우기

What does cellfun(@(m)1:size(m,1)) means

조회 수: 7 (최근 30일)
Arslan F
Arslan F 2016년 11월 18일
답변: Steven Lord 2016년 11월 18일
What does cellfun(@(m)1:size(m,1)) means

답변 (1개)

Steven Lord
Steven Lord 2016년 11월 18일
Well, as written that's not a valid call to the cellfun function. You're missing the second input that contains the cell array to whose cells you want to apply the anonymous function specified as the first input. See the examples on the documentation page to which I linked for more information.

카테고리

Help CenterFile Exchange에서 Function Creation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by