Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

how to use the compare signal in m-file (>/<)

3 Ansichten (letzte 30 Tage)
mayuresh
mayuresh am 25 Jul. 2012
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
m-file

Antworten (1)

Walter Roberson
Walter Roberson am 25 Jul. 2012
If you are comparing vectors or arrays, please be sure to note this behavior of if
An evaluated expression is true when the result is nonempty and contains all nonzero elements (logical or real numeric). Otherwise, the expression is false.
So when you have
if A < B
and A or B is a vector (or a matrix) then the "if" is only considered true if all A < B are true.

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by