MATLAB POLYSPACE RELEASE NOTES Manuel d'utilisateur Page 67

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 240
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 66
1 2 ... 62 63 64 65 66 67 68 69 70 71 72 ... 239 240

Commentaires sur ces manuels

Pas de commentaire