필터 지우기
필터 지우기

How to match two matrices

조회 수: 2 (최근 30일)
mohsen moslemin
mohsen moslemin 2018년 9월 22일
댓글: mohsen moslemin 2018년 9월 22일
Hi, I have two matrices (same data from two reading) at some point they match each other, As you can see A(39,2) is 800 and A(400,2) = 798, A(18,1) is 800 followed by A(19,1) = 798. These data are out of sync, I'm trying to match them. Any suggestion?

채택된 답변

Honglei Chen
Honglei Chen 2018년 9월 22일
Are you trying to align the two signals so [800 798] in column 1 matches [800 798] in columns 2? In that case you can try alignsignals
If you release does not have this function, then yo can consider using xcorr
HTH
  댓글 수: 1
mohsen moslemin
mohsen moslemin 2018년 9월 22일
Thanks, for some reason, alignsignals doesn't work properly. I attached my matrix as a text file.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Waveform Generation에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by