필터 지우기
필터 지우기

compare two vectors/compare coordinates

조회 수: 3 (최근 30일)
Ilya
Ilya 2014년 3월 24일
댓글: Ilya 2014년 3월 24일
Hello,
lets assume I have one point with coordinates X1Y1=[1 1] and another point X2Y2=[1 1]. What is the shortest and possibly fastest way to compare them for equality/inequality (i.e. to compare if the two 2D points are equal)?
More general, I have two vectors a=[1 2 3 4 5 6 7] and b=[1 2 3 4 5 6 8]. How to compare the vectors of arbitrarily large length for equality in a fast an short way?
Is there any special function for this or they use something like
if sum(a-b)==0

채택된 답변

Mischa Kim
Mischa Kim 2014년 3월 24일
Ilya, use isequal(a,b).

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by