Help with graph plotting
8 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
I am getting the below strange horizontal line starting from 0 to the other end while plotting a curve.

Any idea why would this be?
I am using plot function
plot(a,b);
2 Commenti
Risposta accettata
Matt J
il 7 Mar 2022
Your a and b contain data for 2 lines.
3 Commenti
Matt J
il 7 Mar 2022
Modificato: Matt J
il 7 Mar 2022
If one of the column of b is zero, it would explain why you are getting horizontal line. Troubleshooting would be easier, though, if you would Run your code here in the forum (not on your local computer):

That way, we'd all have access to both code and data and see what it's doing.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su 2-D and 3-D Plots 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!