Azzera filtri
Azzera filtri

What is the logical operator to compare equal value

1 visualizzazione (ultimi 30 giorni)
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)

Risposta accettata

madhan ravi
madhan ravi il 23 Giu 2019
==

Più risposte (0)

Categorie

Scopri di più su General Applications in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by