Community Profile

photo

funkadelala


Active since 2015

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Answered
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 years ago | 1

Question


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 years ago | 3 answers | 0

3

answers

Question


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 years ago | 1 answer | 0

1

answer