Help with graph plotting
8 次查看(过去 30 天)
显示 更早的评论
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);
采纳的回答
Matt J
2022-3-7
Your a and b contain data for 2 lines.
3 个评论
Matt J
2022-3-7
编辑:Matt J
2022-3-7
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.
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!