Filter löschen
Filter löschen

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

3 Ansichten (letzte 30 Tage)
max(max(abs(X-AA)))
  3 Kommentare
Sultan Mehmood
Sultan Mehmood am 4 Apr. 2019
Thanks for reply.. Plz make me one example... Or plzz correct the position or code fpr matlab

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Walter Roberson
Walter Roberson am 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