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

2 Ansichten (letzte 30 Tage)
  5 Kommentare

Melden Sie sich an, um zu kommentieren.

Antworten (2)

ahmed nebli
ahmed nebli am 6 Sep. 2018
Bearbeitet: ahmed nebli am 6 Sep. 2018
u need to use lineSpec this link may help you https://www.mathworks.com/help/matlab/ref/linespec.html
  2 Kommentare
ali jafari
ali jafari am 6 Sep. 2018
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 am 6 Sep. 2018
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

Melden Sie sich an, um zu kommentieren.


Walter Roberson
Walter Roberson am 6 Sep. 2018
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()

Kategorien

Mehr zu Line Plots finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by