Simulation throwing of two dice?

Can someone please help me with this Script?
% Script with 2 dice asks the user for the number of throws
% There is a fault tolerant and n should be between 50 and 1 million
% It then outputs the result as a plot

 Respuesta aceptada

David Hill
David Hill el 11 de Feb. de 2021
Editada: David Hill el 11 de Feb. de 2021
histogram(sum(randi(6,2,input('number of throws'))));%assuming you want the sum of the dice plotted

3 comentarios

Steven Thies
Steven Thies el 11 de Feb. de 2021
thank you man !
Steven Lord
Steven Lord el 11 de Feb. de 2021
If a question sounds like a homework question, please don't post a full solution unless the poster shows what they've done to try to solve it first.
John D'Errico
John D'Errico el 11 de Feb. de 2021
PLEASE don't do student homework assignments for them. This does not help the student, except to teach them there will always be someone willing to do their work for them.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Programming en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 11 de Feb. de 2021

Comentada:

el 11 de Feb. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by