From: Sammiuddin on 16 Jul 2010 00:25 Hi, I would like to name the x and y labels using the differential symbol, for example, x2dot ( read as x double dot), i.e double differential of x. Also, I would like to print differential equation on a plot using 'text' function. Any help would be greatly appreciated. Thanks, Sami
From: Doug Schwarz on 16 Jul 2010 07:53 In article <i1on0f$8p6$1(a)fred.mathworks.com>, "Sammiuddin " <sqsyed(a)gmail.com> wrote: > Hi, > > I would like to name the x and y labels using the differential symbol, for > example, x2dot ( read as x double dot), i.e double differential of x. Also, > I would like to print differential equation on a plot using 'text' function. > Any help would be greatly appreciated. > > Thanks, > Sami Use the latex interpreter, e.g., xlabel('$$y = \ddot{x}$$','Interpreter','latex') That works with the text function as well. -- Doug Schwarz dmschwarz&ieee,org Make obvious changes to get real email address.
From: Sammiuddin on 16 Jul 2010 10:29 Doug Schwarz <see(a)sig.for.address.edu> wrote in message <see-771E1B.07532216072010(a)news.frontiernet.net>... > In article <i1on0f$8p6$1(a)fred.mathworks.com>, > "Sammiuddin " <sqsyed(a)gmail.com> wrote: > > > Hi, > > > > I would like to name the x and y labels using the differential symbol, for > > example, x2dot ( read as x double dot), i.e double differential of x. Also, > > I would like to print differential equation on a plot using 'text' function. > > Any help would be greatly appreciated. > > > > Thanks, > > Sami > > Use the latex interpreter, e.g., > > xlabel('$$y = \ddot{x}$$','Interpreter','latex') > > That works with the text function as well. > > -- > Doug Schwarz > dmschwarz&ieee,org > Make obvious changes to get real email address. Thanks Doug! That was really help ful.
|
Pages: 1 Prev: S-Function Next: reassigning values of elements in matrix |