Problem 56318. Predict Cricket Stridulation Rate from Air Temperature
Solution Stats
Problem Comments
-
2 Comments
Rafael S.T. Vieira
on 29 Oct 2022
You should probably put "Use this formula to [predict] the number of chirps in 28 seconds for a given air temperature in Fahrenheit." in boldface.
Lev
on 31 Dec 2022 at 16:49
There is an overlapping condition:
return 0 if T>100 or T<55
return -1 if 18<T=<55
Solution Comments
-
1 Comment
Lev
on 31 Dec 2022 at 16:55
Overlap in conditions for y=0 and y=-2
-
1 Comment
Christopher Stapels
on 25 Oct 2022
Some confusion in the description between 18 and 35
Problem Recent Solvers111
Suggested Problems
-
Remove any row in which a NaN appears
7886 Solvers
-
2054 Solvers
-
1513 Solvers
-
16559 Solvers
-
Back to basics 23 - Triangular matrix
781 Solvers
More from this Author10
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!