Probability HW Need help
Mostra commenti meno recenti
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 Commento
James Tursa
il 26 Gen 2021
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;
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Birnbaum-Saunders Distribution in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!