Get the position of the max and min values of a variables
    조회 수: 2 (최근 30일)
  
       이전 댓글 표시
    
Hi, so I want the position of the maximun values of a variable my code is:
    pos = 1:numel(lat1);
    b = maxk(lat1,5);
%     index = pos(b);
When I use the line of code indez = pos(b) I get the following error:
Array indices must be positive integers or logical values.
I dont get why. Can somebody help me?
댓글 수: 0
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
				Help Center 및 File Exchange에서 Array Geometries and Analysis에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

