Sei sulla pagina 1di 1

Exercise 01

Write an m-file containing a script to convert the temperature in Celsius into F and then into R for
every multiple of 15 from 0-100C. Show these three results into one matrix.

Exercise 02

Elaborate a function in a file named standard.m which gives back mean and standard deviation of
an input vector.

How to calculate standard deviation;

Where x represents each value in the population, is the mean value of the population, is the
summation (or total), and N is the number of values in the population.

Potrebbero piacerti anche