hi, is there way to chose one no. from two numbers randomly for ex. 2,3 i.e each time chose 2 or 3 randomly

 채택된 답변

Sean de Wolski
Sean de Wolski 2012년 1월 23일

2 개 추천

round(rand+2);

추가 답변 (1개)

Andrew Newell
Andrew Newell 2012년 1월 23일

2 개 추천

randint + 2;
or
randint(m,n) + 2;
for a matrix of random numbers.
or
R = a + randint(m,n)*(b-a);
to choose between any two integers a and b.

카테고리

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

태그

Community Treasure Hunt

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

Start Hunting!

Translated by