필터 지우기
필터 지우기

How can I compare two data sets according to their amplitudes?

조회 수: 2 (최근 30일)
net
net 2013년 12월 17일
편집: Carlos 2013년 12월 17일
Hi, I have two data sets like;
X=[13 20 24 12 6 7 45 21 11 11]
Y=[12 24 23 10 4 8 20 27 9 13]
and I want to compare them according to the their amplitudes.
How can I do it?
Thanks for your helps.

답변 (2개)

Carlos
Carlos 2013년 12월 17일
편집: Carlos 2013년 12월 17일
I know some operators as setdiff, union, intersection... or you can do: length(x)==length(y), length(x)<length(y), length(x)>length(y), or x>y, x<y, x==y. It depends what you want.

Azzi Abdelmalek
Azzi Abdelmalek 2013년 12월 17일
편집: Azzi Abdelmalek 2013년 12월 17일

카테고리

Help CenterFile Exchange에서 Numeric Types에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by