How to choose a random value from an array?
    조회 수: 8 (최근 30일)
  
       이전 댓글 표시
    
I have a matrix
    A=  [2846        2402        2374         209
          54          46          45           4
          35          70          35          35
           2           2           2           2
           2           4          10          12]
I want to select a random element among the values which are lower than 50 from the third row, in other words, one of the 35s. I also want to obtain the column number of the value that i have selected. Couldn't find a decent way to do it.
댓글 수: 0
채택된 답변
추가 답변 (1개)
  Alfonso
      
 2018년 6월 21일
        Take a look at this answer https://es.mathworks.com/matlabcentral/answers/48852-choose-elements-from-array-randomly
댓글 수: 0
참고 항목
카테고리
				Help Center 및 File Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!