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 Solvers24921
Suggested Problems
-
19245 Solvers
-
Return a list sorted by number of occurrences
2819 Solvers
-
It dseon't mettar waht oedrr the lrettes in a wrod are.
1899 Solvers
-
Create a cell array out of a struct
2082 Solvers
-
Find the sum of the elements in the "second" diagonal
1159 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!