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
6 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers28835
Suggested Problems
-
Determine whether a vector is monotonically increasing
23425 Solvers
-
Find relatively common elements in matrix rows
2158 Solvers
-
Create an n-by-n null matrix and fill with ones certain positions
734 Solvers
-
529 Solvers
-
1120 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!
easy!!
Good one.
very easy
good
good for beginner
Nice and simple.