Put symbol in x and y axis

Status
Not open for further replies.

Ave

Newbie level 4
Joined
Oct 6, 2014
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
34
Hi guys,

I made a graph in Matlab but I have problem writing a symbol that I need when I label x and y label, matlab reads it as question mark.
Any idea how to make it?

Regards,
 

Could you post the code?
Do you write the labels you want inside ' '?

Code:
plot(a, b);
xlabel('Something');
ylabel('Something'); 
title('Title for something');
 
Last edited by a moderator:

I was looking for writing symbols Greek symbols on x and y axis and I found it

Code:
 ylabel('y(\AA)','interpreter','latex','fontsize',18)
 xlabel('x(\sigma)','interpreter','latex','fontsize',18)
 
Last edited by a moderator:

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…