What is the logical operator to compare equal value

조회 수: 1 (최근 30일)
Satish Patro
Satish Patro 2019년 6월 23일
답변: madhan ravi 2019년 6월 23일
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)

채택된 답변

madhan ravi
madhan ravi 2019년 6월 23일
==

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 General Applications에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by