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

1 visualización (últimos 30 días)
Sacred Devil
Sacred Devil el 16 de Mayo de 2012
I need help with this code:
function [x1,x2] = rollDice()
x1 = round(randi(6));
x2 = round(randi(6));
end

Respuesta aceptada

Geoff
Geoff el 16 de Mayo de 2012
Don't use round: randi already returns integers.

Más respuestas (0)

Categorías

Más información sobre Random Number Generation en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by