how would my didplay look if a valuse is betwwen 5 and 10
Mostrar comentarios más antiguos
if x==[5 10] ??????
Respuestas (1)
Erik S.
el 18 de Feb. de 2015
0 votos
what do you mean?
if x >=5 && x<=10
Categorías
Más información sobre Simulink en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!