photo

funkadelala


2015 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

回答済み
How can I split a table at given rows?
Thank you. For looping, I have: B = zeros(1,length(idx)); for i = 1:1:length(idx) B(i) = A(idx(i):idx(i+...

9年以上 前 | 1

質問


How can I split a table at given rows?
I have an n by m table, A, and a vector of indices, idx. Is there a way to split my table into smaller tables, each beginning...

9年以上 前 | 3 件の回答 | 0

3

回答

質問


How can I find one index for each row of a 2d matrix where a condition is met?
A is an n by n matrix. B is an n by 1 matrix. I would like to find the last instance of an element in each row of A being gre...

9年以上 前 | 1 件の回答 | 0

1

回答