Azzera filtri
Azzera filtri

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

3 visualizzazioni (ultimi 30 giorni)
max(max(abs(X-AA)))
  3 Commenti
Sultan Mehmood
Sultan Mehmood il 4 Apr 2019
Thanks for reply.. Plz make me one example... Or plzz correct the position or code fpr matlab

Accedi per commentare.

Risposte (1)

Walter Roberson
Walter Roberson il 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!

Translated by