Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

I have 2 set of numbers A & B with elements 1-10, I want to determine an expression which requires different values of A & B such like, when A>=6 and B<=3 but my if statement giving the error || and && must be convertible to logical scalar

1 visualización (últimos 30 días)
I have 2 set of numbers A & B with elements 1-10, I want to determine an expression which requires different values of A & B such like, when A>=6 and B<=3 but my if statement giving the error || and && must be convertible to logical scalar
  1 comentario
Stephen23
Stephen23 el 29 de Jun. de 2015
Editada: Stephen23 el 29 de Jun. de 2015
MATLAB has different logical operators, which are useful in different situations. The short-circuit operators && and || are used only with scalar values. If the values are not scalar, then you must use the normal logical operators & and |.

Respuestas (1)

Walter Roberson
Walter Roberson el 29 de Jun. de 2015
Don't use && and || then. Use & and |

La pregunta está cerrada.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by