how can do get this

조회 수: 1 (최근 30일)
Manav Divekar
Manav Divekar 2021년 12월 7일
편집: Manav Divekar 2021년 12월 7일
If a vector

채택된 답변

David Hill
David Hill 2021년 12월 7일
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);

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

태그

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by