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
-
4 Comments
Show
1 older comment
Charles Shoesmith
on 18 Dec 2020
Good one.
Petros HCT2025
on 15 Apr 2025 at 11:15
very easy
Justin
on 22 Apr 2025 at 4:23
good
Solution Comments
Show commentsProblem Recent Solvers25447
Suggested Problems
-
12167 Solvers
-
Compute a dot product of two vectors x and y
1009 Solvers
-
Split a string into chunks of specified length
1917 Solvers
-
480 Solvers
-
5618 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!