CS 211 Lesson 16

Introduction to Plotting

Quote:

Hold yourself responsible for a higher standard than anybody else expects of you.  Never excuse yourself.  Henry Ward Beecher

Lesson Objectives:

Lesson:

I. MATLAB Concepts

A. Plotting overview

B. Line graphs using plot()

C. Line graphs using fplot ()

D. Line graphs with non-linear scales

E. Subplots - multiple plots in a single figure window

F. Saving graphics

Operation Syntax Examples
Print graph to a printer print print
Save graph to a file print -dformat filename
print -djpeg myplot.jpg
print -dbmp  myplot.bmp
print -dtiff myplot.tif
 
Copy graph to the clipboard keyboard shortcut - ALT-PRINT_SCREEN  

 

G. Formatting special symbols in text strings

II. Good Programming Practices

III. Algorithms

 

Lab Work: Lab 16

References: