I'd like to have a statement that did:
my_angle = 1*pi;
fprintf('My angle is %.3f pi.\n',my_angle/pi);
but that produced My angle is 1.000 pi
, instead of the actual π character.
I'm thinking some sort of use of Unicode...
I found some related things: