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

3 views (last 30 days)
max(max(abs(X-AA)))
  3 Comments

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 4 Apr 2019
max(max(abs(double(X) - double(AA))))

Community Treasure Hunt

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

Start Hunting!