function C=FtoC(F) % Celsius=FtoC(Fahrenheit) % Converts Fahrenheit temperatures to Celsius C=5*(F-32)/9;