using the mod function to create and even random number generator in matlab

조회 수: 28 (최근 30일)
Alex  Perez
Alex Perez 2020년 1월 27일
답변: John D'Errico 2020년 1월 27일
using the vector i created called random20
random20 = randi ([0,100],1,20);
how do i use the mod function to get all even random integers
any help would be appreciated.
  댓글 수: 2
James Tursa
James Tursa 2020년 1월 27일
편집: James Tursa 2020년 1월 27일
Hint: What does mod(random20,2) give you? Can you use that to get the even ones?
Alex  Perez
Alex Perez 2020년 1월 27일
when i use mod(random20,2) i get 0's and 1's in my output
here is my code
Annotation 2020-01-27 163440.png

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

답변 (1개)

John D'Errico
John D'Errico 2020년 1월 27일
Why do you need the mod function? Just generate random integers, and then MULTIPLY THEM BY 2.

카테고리

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