How do I make gaps in missing data plot lines?
Show older comments
I'm relatively new to matlab, so I don't know if this is an easy question to answer.
How do I make gaps in my plot line where data is missing? Thank you
Accepted Answer
More Answers (2)
Daniel M
on 7 Oct 2019
help plot
You are the one telling Matlab to plot a line between your data points. Try
plot(x,y,'c.')
1 Comment
Miriam Daughtery
on 7 Oct 2019
Miriam Daughtery
on 10 Oct 2019
0 votes
Categories
Find more on Graphics Object Properties in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!