Clear Filters
Clear Filters

What is the logical operator to compare equal value

1 view (last 30 days)
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)

Accepted Answer

madhan ravi
madhan ravi on 23 Jun 2019
==

More Answers (0)

Categories

Find more on General Applications in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!