Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Greek Characters

Status
Not open for further replies.

ktfuller

Structural
Joined
Nov 3, 2006
Messages
6
Location
US
Does anyone know how I can insert Greek characters into the text string of a fprintf statement? For example, I would like to have something along the lines of:

fprintf('Concrete Shear Capacity (phi*Vc) = %3.0f \n', OneWayShearCap);

As opposed to typing phi, I would like to insert the Greek character phi.

I am using Matlab 7, R14.

Thanks in advance!
 
Have you looked at the help file on the LaTex interpreter?

TTFN



 
I have looked in the Help Menu, but it appears to me that it only describes inserting such characters in plot(), not fprintf().

Am I missing something?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top