how can do get this

1 visualización (últimos 30 días)
Manav Divekar
Manav Divekar el 7 de Dic. de 2021
Editada: Manav Divekar el 7 de Dic. de 2021
If a vector

Respuesta aceptada

David Hill
David Hill el 7 de Dic. de 2021
You could simply look at the difference
a=[5 9.8 15 6 10 9.5 9.7 9.8 9.8 9.8 9.8];
idx=find(diff(a)==0,1);

Más respuestas (0)

Categorías

Más información sobre Loops and Conditional Statements en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by