Where to find characters like ζ and ξ in M

Status
Not open for further replies.

AdvaRes

Advanced Member level 4
Joined
Feb 14, 2008
Messages
1,163
Helped
113
Reputation
220
Reaction score
51
Trophy points
1,328
Location
At home
Activity points
7,442
Matlab Special caracters

Hi all,

I wanna use the characters ζ and ξ in matlab. Where to find this special characters ?
 

Re: Matlab Special caracters

It depends on where you want to use them. For annotating figures, you can use Tex characters like this:

ezplot('sin(x)');
title('Greek characters \zeta \xi');


To see a table of symbols, search MATLAB help for "Text Properties" and then scroll down near the bottom.
 

    AdvaRes

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…