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

 채택된 답변

David Hill
David Hill 2021년 2월 11일
편집: David Hill 2021년 2월 11일

1 개 추천

histogram(sum(randi(6,2,input('number of throws'))));%assuming you want the sum of the dice plotted

댓글 수: 3

Steven Thies
Steven Thies 2021년 2월 11일
thank you man !
Steven Lord
Steven Lord 2021년 2월 11일
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 2021년 2월 11일
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.

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

추가 답변 (0개)

카테고리

태그

질문:

2021년 2월 11일

댓글:

2021년 2월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by