23.01.2015 Views

Download - Wolfram Research

Download - Wolfram Research

Download - Wolfram Research

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

128 2. Tutorial<br />

In[36]:= TransientPlot[solutions, {V$1[t], V$2[t]},<br />

{t, 10^−6, 10^−5}, Parametric −> True]<br />

V$2[t]<br />

0.4<br />

0.35<br />

0.3<br />

0.25<br />

-1 -0.5 0.5 1 V$1[t]<br />

Out[36]= Graphics <br />

ShowSamplePoints<br />

Changing the default setting of the option ShowSamplePoints from False to True allows for<br />

visualizing the sample points stored in InterpolatingFunction objects. By this, the variation of the<br />

step size in a computed interval can be observed. The simulation data is displayed via Mathematica’s<br />

ListPlot.<br />

In[37]:= TransientPlot[solutions, {V$1[t], V$2[t]},<br />

{t, 0., 2.*10^−5}, ShowSamplePoints −> True]<br />

1<br />

0.5<br />

V$1[t]<br />

-6<br />

5. 10<br />

0.00001 0.000015 0.00002 t<br />

V$2[t]<br />

-0.5<br />

-1<br />

Out[37]= Graphics <br />

SingleDiagram<br />

With the option<br />

SingleDiagram you can choose whether to combine the traces of several interpolating functions in a<br />

single diagram or display them in a separate plot each. The default SingleDiagram −> True causes<br />

all traces to be combined. To display an array of plots use SingleDiagram −> False. Note that it<br />

is possible to generate not only plots of circuit variables, but also plots of expressions involving

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!