Different size matrix

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 件のコメント

Sean de Wolski
Sean de Wolski 2012 年 3 月 1 日
How do you propose to do this? Please provide a small example with data/operation/output

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2012 年 3 月 1 日

0 投票

I do not think you want to subtract the matrices. I think you want to use setdiff()

1 件のコメント

Aurora F.
Aurora F. 2012 年 3 月 1 日
Thank you very much, I think that function will serve :)

サインインしてコメントする。

質問済み:

2012 年 3 月 1 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by