필터 지우기
필터 지우기

Hi. I want the plot with a marker symbol. I want to plot like this figure symbol(marker by red pen).

조회 수: 1 (최근 30일)
  댓글 수: 5

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

답변 (2개)

ahmed nebli
ahmed nebli 2018년 9월 6일
편집: ahmed nebli 2018년 9월 6일
u need to use lineSpec this link may help you https://www.mathworks.com/help/matlab/ref/linespec.html
  댓글 수: 2
ali jafari
ali jafari 2018년 9월 6일
hi. I know I need line space. but Matlab default marker symbol isn't like this figure. there is the circle but no line in it. I want a marker like this figure.
ahmed nebli
ahmed nebli 2018년 9월 6일
i see, this might help you, see the table in the low part https://www.mathworks.com/help/matlab/creating_plots/create-line-plot-with-markers.html

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


Walter Roberson
Walter Roberson 2018년 9월 6일
There is no marker which is a line or line with circle. You can use plot() lines. You can scatter() markers, using 'o' for circles and 'd' for diamonds. When you scatter() you can use 'filled' to fill in markers. You can only specify one kind of marker for any given call to scatter()

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by