Conditional formating for certain points in plot
조회 수: 10 (최근 30일)
이전 댓글 표시
I am very new to matlab. I have a data set with 12000 value that I have created a variable for. I have created a scatter plot. In this plot I would like to change all values above 1 to plot in one color and all values below -1 to a different color. How would you write the conditional statement for this? Thanks.
답변 (1개)
Darshan Ramakant Bhat
2018년 1월 16일
Group the data set depending on the value. Then use the "hold on" option to do the scatter plot with different colors in the same figure.
You can specify the different colors using Name-Value properties in scatter(). Please refer the below document: https://www.mathworks.com/help/matlab/ref/scatter.html#input_argument_namevalue_d119e942892
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Scatter Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!