You are on page 1of 2

Experiment #: Matlab Techniques Review

Name
: Surname, First Name MI. Date Performed.:

I. Intended Learning Outcomes

1. Plot data from a given table.


2. Polar plot: Cardioids, Lemniscates, Limacons, and Rose curves in Matlab.

II. Machine Problems


1. In Matlab, read the timetable “weather.csv”. Display the first 5 rows of the table. Plot
in one figure the WindDirection and WindSpeed over time. Use legend to differentiate
the two plots.
2. a. plot the following polar equations and complete the table:
Polar equations Code Plot Figure Result Type of Polar Plot
a.) r = 5 + 5 sin θ
θ is from 0 to 2pi
plot color: red
plot title: type of polar
plot
b.) r = 2 sin(5 θ)
θ is from 0 to 2pi
plot color: magenta
plot title: type of polar
plot
c.) r^2 = 4 sin 2θ
θ is from 0 to 2pi
plot color: blue
plot title: type of polar
plot
d.) r = 2-5 sin θ
θ is from 0 to 2pi
plot color: black
plot title: type of polar
plot
e.) r = θ
θ is from 0 to 12pi
plot color: green
plot title: type of polar
plot

1
b. Plot polar equations using subplot. Follow the desired position:

III. Data and Results

IV. Analysis

V. Conclusions

You might also like