Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
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 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentar
Stephen23
am 29 Jun. 2015
Bearbeitet: Stephen23
am 29 Jun. 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 |.
Antworten (1)
Diese Frage ist geschlossen.
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!