being equals of 2 matrics

조회 수: 1 (최근 30일)
som
som 2011년 11월 1일
Hi all
i want to compare two matrices if they are equal or not. but I dont want to use two for-loop. could you please guide me???
thanks

채택된 답변

Daniel Shub
Daniel Shub 2011년 11월 1일
a = rand(2)
b = rand(2)
isequal(a,a)
isequal(b,b)
isequal(a,b)
  댓글 수: 1
som
som 2011년 11월 1일
thank you in advance

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Coder에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by