What does cellfun(@(m)1:size(m,1)) means
1 回表示 (過去 30 日間)
古いコメントを表示
What does cellfun(@(m)1:size(m,1)) means
0 件のコメント
回答 (1 件)
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Function Creation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!