Borrar filtros
Borrar filtros

About vector comparasion question.

1 visualización (últimos 30 días)
C Zeng
C Zeng el 2 de Abr. de 2013
Hi, I know I have asked the similar question, I want to write a if statement that compare vectors, like a, b is 3 dimensional vector, however if a<=b returns a 3-dim vector that do the comparison for each entry.
Is there a command just do a whole comparison at once? Thanks.

Respuesta aceptada

Mahdi
Mahdi el 2 de Abr. de 2013
Have you tried using the 'or' operator?
if size(a,2)==3 | size(b,2)==3
...
elseif size(a,1)<=size(b,1)
...
end
Sorry, you weren't very clear, but I hope some of the above will help.
  5 comentarios
Jan
Jan el 2 de Abr. de 2013
@C Zeng: Flagging is used to tell the admins and editors, that a message violates the using conditions of the forum. Please press the "Accept" button instead of setting a flag. Thanks.
C Zeng
C Zeng el 2 de Abr. de 2013
Sorry about that Jan! Thanks!

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by