Probability HW Need help
이전 댓글 표시
Hello,
Can someone help mw with homework? How do I start ? What should I use ? Do I need conditional statements or not ? What kind of variables do I need to do ?

댓글 수: 1
James Tursa
2021년 1월 26일
Have you written any code yet? Do you have any specific questions about that code? E.g., to simulate a single fair coin flip where 0=tails and 1=heads you could do this:
coinflip = rand < 0.5;
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Birnbaum-Saunders Distribution에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!