photo

funkadelala


Actif depuis 2015

Followers: 0   Following: 0

Message

Statistiques

Feeds

Afficher par

Réponse apportée
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+...

plus de 9 ans il y a | 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...

plus de 9 ans il y a | 3 réponses | 0

3

réponses

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

plus de 9 ans il y a | 1 réponse | 0

1

réponse