Hi James,
I think you are looking for the num2str function. I have written a small example code:
a = 1.5;
plot(1:10);
title(['Text you like and than the value ',num2str(a)])
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!