MATLAB POLYSPACE RELEASE NOTES Manual de usuario Pagina 93

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 240
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 92
Preparing Graphs for Presentation
Preparing Graphs for Presentation
In this section.. .
“Annotating Graphs for Presentation” on page 3-37
“Printing the Graph” on page 3-42
“Exporting the Graph” on page 3-46
Annotating Graphs for Presentation
Suppose you plot t h e followin g data and want to create a graph that presents
certain information about the data:
x = -10:.005:40;
y = [1.5*cos(x)+4*exp( -.01*x).*cos(x)+exp (.07*x).*sin(3*x)];
plot(x,y)
This picture shows the graph created by the previous code.
3-37
Vista de pagina 92
1 2 ... 88 89 90 91 92 93 94 95 96 97 98 ... 239 240

Comentarios a estos manuales

Sin comentarios