photo

funkadelala


Attivo dal 2015

Followers: 0   Following: 0

Messaggio

Statistica

Feeds

Visto da

Risposto
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+...

oltre 9 anni fa | 1

Domanda


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...

oltre 9 anni fa | 3 risposte | 0

3

risposte

Domanda


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...

oltre 9 anni fa | 1 risposta | 0

1

risposta