Chose a random integer between an upper and lower limit.

조회 수: 3 (최근 30일)
Giuseppe
Giuseppe 2014년 5월 1일
편집: Azzi Abdelmalek 2014년 5월 1일
I ask the user to input two limits a upper and lower limit. I then want to generate a random integer between these two values.
I tried using for example:
a = input('enter a'); %lower
b = input('enter b'); %upper
c = randi(b,a)
Although this seems to create a vector I just want a scalar?

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2014년 5월 1일
편집: Azzi Abdelmalek 2014년 5월 1일

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Mathematics에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by