finding common rang between two different range?
Mostrar comentarios más antiguos
Hi everyone
I'm new to matlab and because of that my question may be so easy to others.I really appreciate your help.
I have x as my variable. and two range for it as below:
5<x<10
and
-6<x<6
and I want to find common range of them which should be 5<x<6. how can i do this in matlab?
im using version R2015b.
Respuesta aceptada
Más respuestas (1)
KSSV
el 24 de Mzo. de 2022
2 votos
This will work for you:
1 comentario
shirin mhd
el 24 de Mzo. de 2022
Categorías
Más información sobre Logical 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!