photo

Dmitry Mittov


2015 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

回答済み
how to increase the rows of an array in each loop?
sz = [5 4]; cell_A = arrayfun(@(i) rand(sz(2),1), 1:sz(1), 'UniformOutput', false); A = cell2mat(cell_A)'; In my case...

9年以上 前 | 1