Is there a command of "not less than or equal to " to vectors?

34 visualizaciones (últimos 30 días)
Hi, want to know if there is a command can compare if two vectors a is not <=b? Now I use while sum(le(a,b))~=N while N is the size of vector. However it is very inconvenient.
Thanks.

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 12 de Mzo. de 2013
  7 comentarios
Walter Roberson
Walter Roberson el 12 de Mzo. de 2013
No there isn't.
If I recall correctly, someone did submit a MEX routine to do vector comparisons, but unfortunately I cannot seem to locate it at the moment.
C Zeng
C Zeng el 12 de Mzo. de 2013
Oh, OK, Walter. But theoretically, it can be faster.

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by