Clear Filters
Clear Filters

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

1 view (last 30 days)
Arslan F
Arslan F on 18 Nov 2016
Answered: Steven Lord on 18 Nov 2016
What does cellfun(@(m)1:size(m,1)) means

Answers (1)

Steven Lord
Steven Lord on 18 Nov 2016
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.

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!