Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

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

3 vues (au cours des 30 derniers jours)
mayuresh
mayuresh le 25 Juil 2012
Clôturé : MATLAB Answer Bot le 20 Août 2021
m-file

Réponses (1)

Walter Roberson
Walter Roberson le 25 Juil 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.

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by