Problem 44944. Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsius using the formula:
C = (F–32) * 5/9
Solution Stats
Problem Comments
-
2 Comments
Mohamed Askar A M
on 30 Aug 2020
easy!!
Charles Shoesmith
on 18 Dec 2020
Good one.
Solution Comments
Show commentsProblem Recent Solvers23822
Suggested Problems
-
Return the largest number that is adjacent to a zero
5342 Solvers
-
Find all elements less than 0 or greater than 10 and replace them with NaN
15528 Solvers
-
Project Euler: Problem 4, Palindromic numbers
1041 Solvers
-
780 Solvers
-
457 Solvers
More from this Author13
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!