random entry selection from a matrix

답변 (1개)

Doug Hull
Doug Hull 2012년 7월 23일

0 개 추천

v = [1:10]
vi = randi(numel(v));
choice = v(vi)

댓글 수: 1

Doug, you missed your chance to say
choice = v(randperm(numel(v),1));

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

카테고리

도움말 센터File Exchange에서 Logical에 대해 자세히 알아보기

질문:

2012년 7월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by