Effacer les filtres
Effacer les filtres

What is the logical operator to compare equal value

1 vue (au cours des 30 derniers jours)
Satish Patro
Satish Patro le 23 Juin 2019
I was following a youtube video where there is a question what logica opertor can be used to compare value
comfort = temp ? 15
what I can think of is complex, but looking at his question is like using only 1 logical operator(replacing '?') can solve this
what I can able to think of is
comfort = (temp <= 15 && temp >= 15)

Réponse acceptée

madhan ravi
madhan ravi le 23 Juin 2019
==

Plus de réponses (0)

Catégories

En savoir plus sur General Applications dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by