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
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
Solution Comments
Show commentsProblem Recent Solvers26682
Suggested Problems
-
2469 Solvers
-
Renaming a field in a structure array
1563 Solvers
-
782 Solvers
-
Circular Primes (based on Project Euler, problem 35)
579 Solvers
-
430 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!