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

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -