Matlab question: Displaying math equations in the title of a plot using (la)tex -



Matlab question: Displaying math equations in the title of a plot using (la)tex -

possible duplicate: how can create figure title in matlab?

i write downwards math equations in m-file in plot such as

let define

d = 1;

in matlab code. want plot title such as

title('the solution of equations $f(x,t)=0$ when parameter %d')

please advise.

title(text('interpreter','latex',... 'string','the solution is: $$\int_0^x\!\int_y df(u,v)$$',... 'position',[.5 .5],... 'fontsize',16))

matlab

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -