How do I solve 13.2 Decision Branching in MATLAB Onramp?

5 vues (au cours des 30 derniers jours)
Steinar Ysland Jensen
Steinar Ysland Jensen le 5 Mar 2020
I have tried several times now, including making it look exactly like the one in "Solutions", but all I get is "Error"
So how am I supposed to solve this pickle?
The video leading up to it, gives no lead whatsovever in how to solve it

Réponses (3)

Pranoti Tonpe
Pranoti Tonpe le 9 Avr 2020
x = rand
if x >0.5
y = 3
end

Alper Can OZTURK
Alper Can OZTURK le 20 Mai 2020
x = rand
if x >0.5
y = 3
end

jose manuel regino vargas
jose manuel regino vargas le 21 Avr 2021
uyu

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Tags

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by