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

1 vue (au cours des 30 derniers jours)
max(max(abs(X-AA)))
  3 commentaires
Sultan Mehmood
Sultan Mehmood le 4 Avr 2019
Thanks for reply.. Plz make me one example... Or plzz correct the position or code fpr matlab
Sultan Mehmood
Sultan Mehmood le 4 Avr 2019
And how to make X and AA the same class... Bcz both are same order

Connectez-vous pour commenter.

Réponses (1)

Walter Roberson
Walter Roberson le 4 Avr 2019
max(max(abs(double(X) - double(AA))))

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by