ktfuller
Structural
- Nov 3, 2006
- 6
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!
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!