Borrar filtros
Borrar filtros

What is the logical operator to compare equal value

1 visualización (últimos 30 días)
Satish Patro
Satish Patro el 23 de Jun. de 2019
Respondida: madhan ravi el 23 de Jun. de 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)

Respuesta aceptada

madhan ravi
madhan ravi el 23 de Jun. de 2019
==

Más respuestas (0)

Categorías

Más información sobre General Applications en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by