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

Antworten (1)

Walter Roberson
Walter Roberson am 25 Jul. 2012

0 Stimmen

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.

Gefragt:

am 25 Jul. 2012

Geschlossen:

am 20 Aug. 2021

Community Treasure Hunt

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

Start Hunting!

Translated by