How do I remove specific markers in scatter plot?

How do I remove specific markers in scatter plot?
Can I do that? I'm working with a scatter3 function.
Thanks.

댓글 수: 2

Is it a huge amount or just like 1 or 2 for a one time job? Picture/screenshot?
set a specific point to invisible
point = scatter(x, y, 'rx');
set(point, 'visible', 'off')

댓글을 달려면 로그인하십시오.

답변 (1개)

Sean de Wolski
Sean de Wolski 2014년 10월 13일

0 개 추천

You can use data brushing if you want to do it interactively:

카테고리

도움말 센터File Exchange에서 Scatter Plots에 대해 자세히 알아보기

질문:

2014년 10월 13일

편집:

2024년 1월 11일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by