How to plot a dispersion diagram like this?
이전 댓글 표시
hello everyone,
I need to plot such a diagram in matlab but I don't know how exactly I can do this. may you please help me to know how I would be able to plot a dispersion diagram like this one below?

댓글 수: 2
dpb
2020년 11월 3일
Just plot each line in succession after hold on
If you have all the data at once, put into 2D array by column for each variable and each will be plotted in one call to plot()
Include the discontinuous pieces to draw on top of the axes; will have to have the limits consistent to draw on the axis itself.
Amir Farrokhnejad
2020년 11월 5일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Annotations에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!