MATLAB POLYSPACE RELEASE NOTES Instrukcja Użytkownika Strona 67

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 240
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 66
1 2 ... 62 63 64 65 66 67 68 69 70 71 72 ... 239 240

Komentarze do niniejszej Instrukcji

Brak uwag