Possible Duplicate:
How can I create this figure title in MATLAB?
I would like to write down math equations in the m-file in the plot such as
let us say I define
d = 1;
in the MATLAB code. I want to plot with the title such as
title('The Solution of Equations $f(x,t)=0$ when the Parameter is %d')
Please advise.