Random number, Random integer

조회 수: 1 (최근 30일)
dhiman banerjee
dhiman banerjee 2019년 11월 5일
답변: Daniel M 2019년 11월 5일
How To Generate two Non Repeating Random integers from 2 to 6?

채택된 답변

Daniel M
Daniel M 2019년 11월 5일
x = 2:6;
y = x(randperm(length(x),2));

추가 답변 (0개)

카테고리

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