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
-
3 Comments
Mohamed Askar A M
on 30 Aug 2020
easy!!
Charles Shoesmith
on 18 Dec 2020
Good one.
Petros HCT2025
on 15 Apr 2025 at 11:15
very easy
Solution Comments
Show commentsProblem Recent Solvers25162
Suggested Problems
-
Sort a list of complex numbers based on far they are from the origin.
5699 Solvers
-
Create a cell array out of a struct
2107 Solvers
-
Set some matrix elements to zero
565 Solvers
-
Count consecutive 0's in between values of 1
456 Solvers
-
Convert a Cell Array into an Array
1945 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!