New Reply

Indicate mean with a bar in Matlab

 
Share Thread Thread Tools
Jun21-12, 11:14 AM   #1
 

Indicate mean with a bar in Matlab


I want to put the following as an axis label on a plot, but I cannot figure out how to get the bar on top in Matlab
[tex]\bar \xi[/tex]
Thanks.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
Jun21-12, 06:01 PM   #2
 
Blog Entries: 9
Recognitions:
Gold Membership Gold Member
Code:
xlabel('$\bar{\xi}$', 'interpreter', 'latex');
replacing xlabel with whatever label it is.
Jun21-12, 06:36 PM   #3
 
Thanks for your help, but I could not get this to work because I am trying to change a .fig file in the property editor. I tried generating the code, and then making the modification there, but I was unable to save as .fig after that. Any suggestions?
New Reply
Thread Tools


Similar Threads for: Indicate mean with a bar in Matlab
Thread Forum Replies
Matlab R2011a's new feature: "portable C/C++ code directly from MATLAB" Math & Science Software 1
MATLAB: Trying to understand a MATLAB .m file Math & Science Software 0
Matlab: How to apply filters to and ECG signal using matlab? Math & Science Software 2
Matlab " Missing Matlab operator" Engineering, Comp Sci, & Technology Homework 2
Matlab help Engineering, Comp Sci, & Technology Homework 2