I think their is a problem with the test case 3.
I guess you're right
T1 and T2 do not necessarily imply x(1) and x(2).the higher temp. is always in den.
I have used Max(x) and Min(x) ... then also the test case does not satisfy...
The problem is the isequal() without any tolerance...
The conversion between Kelvin and Celsius is 273.15, not 273.
Read this before you try this problem: the author is using 273 for the conversion between Celsius and Kelvin, the two temperatures are not necessarily ordered, and the shown formula is correct although it is not in its most computationally realiable form. Good luck.
Sigh...a little challenge with tolerance? :)
haha~just finish it as fast as I can, didn't have time realizing how stupid this answer is. I saw your answer by the way, it just avoid the tolerance issue with avoiding obvious subtract, brilliant move!
390 Solvers
Change the first and last diagonal element of the identity matrix to zero
117 Solvers
Check that number is whole number
1071 Solvers
Find the mode of the given input
79 Solvers
Replace every 3rd element in a vector with 4
170 Solvers
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!