about rand and randi command

조회 수: 8 (최근 30일)
Oguzhan Sanliturk
Oguzhan Sanliturk 2020년 3월 15일
댓글: Oguzhan Sanliturk 2020년 3월 15일
hi, i was wondering about how can i include number '0' in a randi command.
when i use it like 'randi(10)' it is always giving me numbers 1 to 10 but i need '0' also.
HELP please :D

채택된 답변

Sriram Tadavarty
Sriram Tadavarty 2020년 3월 15일
Hi Oguzhan,
For the sample code, you can use this function signature
a = randi([0 10],1,1); % it will generate a random integer number from 0 (lower limit) to 10 (upper limit) of size 1 x 1
Here is the documentation link of randi, which provides more examples. https://www.mathworks.com/help/matlab/ref/randi.html
Hope this solves your issue.
Regards,
Sriram
  댓글 수: 1
Oguzhan Sanliturk
Oguzhan Sanliturk 2020년 3월 15일
Totally understood! Thanks for your time Sriram!

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

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by