Filter löschen
Filter löschen

Hi.i want a plot with marker symbol. but not Matlab default marker symbol like +,*,^,.....I want markers like this figure. and another symbol like Symbol heartsuit, spades

2 Ansichten (letzte 30 Tage)
  4 Kommentare
dpb
dpb am 6 Sep. 2018
There aren't symbols defined for plot other than the dozen or available per the documentation.
But, you can use text and any symbol in the character set.
Walter Roberson
Walter Roberson am 6 Sep. 2018
Note that you need R2014b or later to text() most characters that are beyond character #255; the exceptions have to do with specific characters representable by TeX or LaTeX or HTML 1.1.
In R2014b or later, you can use char() up to 65535 with text() interpreter 'none' or 'tex'. However, there is no known way in current releases to use char() beyond 255 with text() interpreter latex.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Interactive Control and Callbacks 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