MATLAB POLYSPACE RELEASE NOTES Manual do Utilizador Página 93

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 240
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 92
1 2 ... 88 89 90 91 92 93 94 95 96 97 98 ... 239 240

Comentários a estes Manuais

Sem comentários