rolling dice problem in cody..........error in this code??

조회 수: 1 (최근 30일)
Sacred Devil
Sacred Devil 2012년 5월 16일
I need help with this code:
function [x1,x2] = rollDice()
x1 = round(randi(6));
x2 = round(randi(6));
end

채택된 답변

Geoff
Geoff 2012년 5월 16일
Don't use round: randi already returns integers.

추가 답변 (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