Different size matrix
Mostrar comentarios más antiguos
Hi, I have a problem: I have two matrix of different size, in matrix one, I have indices of locations of all R waves my algorithm has detected (of the ECG signal), in matrix two, I have the indices of locations of R waves that are false, but these indices are less than the ones of the matrix one. How can I subtract two matrix of different size like these ones?
I want matrix one minus matrix two.
1 comentario
Sean de Wolski
el 1 de Mzo. de 2012
How do you propose to do this? Please provide a small example with data/operation/output
Respuestas (1)
Walter Roberson
el 1 de Mzo. de 2012
0 votos
I do not think you want to subtract the matrices. I think you want to use setdiff()
1 comentario
Aurora F.
el 1 de Mzo. de 2012
Categorías
Más información sobre Bartlett en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!