random fun.

조회 수: 3 (최근 30일)
huda nawaf
huda nawaf 2012년 1월 23일
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일

추가 답변 (1개)

Andrew Newell
Andrew Newell 2012년 1월 23일
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.

카테고리

Help CenterFile 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