필터 지우기
필터 지우기

i have a vector which contain 23 elements.i wanna choose 20 elements among this 23 elements randomly.how can i do this?

조회 수: 1 (최근 30일)
i have a vector which contain 23 elements.i wanna choose 20 elements among this 23 elements randomly.how can i do this?

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2016년 4월 19일
편집: Azzi Abdelmalek 2016년 4월 19일
A=randi(50,1,23)
out = A(randperm(23,20))
  댓글 수: 3

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by