Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Put symbol in x and y axis

Status
Not open for further replies.

Ave

Newbie level 4
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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top