How do I solve 13.2 Decision Branching in MATLAB Onramp?
Show older comments
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
Answers (4)
Pranoti Tonpe
on 9 Apr 2020
0 votes
x = rand
if x >0.5
y = 3
end
Alper Can OZTURK
on 20 May 2020
0 votes
x = rand
if x >0.5
y = 3
end
jose manuel regino vargas
on 21 Apr 2021
0 votes
uyu
Navin
on 6 Oct 2025
0 votes
x = rand
if x >0.5
y = 3
end
Categories
Find more on Get Started with MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!