Plotting for loop data
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hi, I'm relatively new to MATLAB and I'm a bit stuck on this problem. I am trying to create a random walk simulation by having a coin toss determine whether the "walker" will step left or right. I would like to plot every value of the position after each coin toss, but I only end up with the final position value. How can I plot every value? Here is what I have. Thanks in advance.

0 Commenti
Risposte (1)
madhan ravi
il 21 Nov 2018
Use iterator as an index so that overwriting is avoided. Plus upload your code intead of picture next time onwards.
0 Commenti
Vedere anche
Categorie
Scopri di più su Loops and Conditional Statements in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!