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
-
5 Comments
Show
2 older comments
Mohamed Askar A M
on 30 Aug 2020
easy!!
Charles Shoesmith
on 18 Dec 2020
Good one.
Petros HCT2025
on 15 Apr 2025
very easy
Justin
on 22 Apr 2025
good
Ajas
on 25 Oct 2025 at 11:11
good for beginner
Solution Comments
Show commentsProblem Recent Solvers26787
Suggested Problems
-
Calculate the Levenshtein distance between two strings
1479 Solvers
-
Find the sum of the elements in the "second" diagonal
1174 Solvers
-
1175 Solvers
-
Check that number is whole number
4940 Solvers
-
2297 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!