MATLAB POLYSPACE RELEASE NOTES Bedienungsanleitung Seite 67

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 240
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 66
Overview of MATLAB Plotting
Using Plotting Tools and MATLAB Code
You can enable the plotting tools for any g raph, even one created using
MATLAB commands. For example, suppose you type the following code
to create a graph:
t = 0:pi/20:2*pi;
y = exp(sin(t));
plotyy(t,y,t,y,'plot','stem')
xlabel('X Axis')
ylabel('Plot Y Axis')
title('Two Y Axes')
This graph contains two y-axes, one for each plot type (a lineseries and a
stemseries). The plo tting tools make it easy to sele ct any of the objects that
the graph contains and modify their properties.
3-11
Seitenansicht 66
1 2 ... 62 63 64 65 66 67 68 69 70 71 72 ... 239 240

Kommentare zu diesen Handbüchern

Keine Kommentare