Finding a value, index which lies between 2 points in an array
    조회 수: 6 (최근 30일)
  
       이전 댓글 표시
    
Hello fellow MATLAB users,
I am currently writing a MATLAB function for which I need some help.
For example:
I have an array and a value: 
X = [0, 10, 20];
value = 17;
I need to find the indices of the X in which the value lies:
Here the answer will be X[2] and X[3]. 
But I am not sure how to do this. I would really appreciate any help I can get.
Thank You.
댓글 수: 0
채택된 답변
참고 항목
카테고리
				Help Center 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

