
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
Comentários a estes Manuais