I would like to call something like
xlabel( 'Time (μs)' );
But that just shows up with a question mark on the plot. Is there anyway to have the unicode show up?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For your specific example, you can get the display you want using TeX\LaTeX formatting:
For the more general case of displaying Unicode characters, if you know the code for your character you can convert the decimal value for the code to a character using the function
charand build a string like so: