필터 지우기
필터 지우기

Error using - Integers can only be combined with integers of the same class, or scalar doubles. plz help how to remove this ???

조회 수: 3 (최근 30일)
max(max(abs(X-AA)))
  댓글 수: 3
Sultan Mehmood
Sultan Mehmood 2019년 4월 4일
Thanks for reply.. Plz make me one example... Or plzz correct the position or code fpr matlab
Sultan Mehmood
Sultan Mehmood 2019년 4월 4일
And how to make X and AA the same class... Bcz both are same order

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

답변 (1개)

Walter Roberson
Walter Roberson 2019년 4월 4일
max(max(abs(double(X) - double(AA))))

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by