Borrar filtros
Borrar filtros

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

3 visualizaciones (últimos 30 días)
max(max(abs(X-AA)))
  3 comentarios
Sultan Mehmood
Sultan Mehmood el 4 de Abr. de 2019
Thanks for reply.. Plz make me one example... Or plzz correct the position or code fpr matlab

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 4 de Abr. de 2019
max(max(abs(double(X) - double(AA))))

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by