

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Programming with matlab, coding
Typology: Lab Reports
1 / 3
This page cannot be seen from the preview
Don't miss anything!


Carlyn Annunziata MENG 201 Lab 5 Professor Liu
c = 10 d = 50
ans = 15.5556 16.6667 17.7778 18.8889 20.0000 21. Alternative; Using M-file: Script window: function [C]=F_C(F) C = (F-32).*5/9; Command window: F =60:2: F = 60 62 64 66 68 70
F_C(F) ans = 15.5556 16.6667 17.7778 18.8889 20.0000 21.
fplot(poly_plot,[-2,2])