Convert Thermocouples of types (B,E,J,K,N,R,S,T) output junction voltage (in mV) to temperature (in C) using NIST coefficients rounded to the nearest 0.01 C.
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers3
Suggested Problems
-
Project Euler: Problem 2, Sum of even Fibonacci
2837 Solvers
-
431 Solvers
-
Back to basics 20 - singleton dimensions
278 Solvers
-
Getting the absolute index from a matrix
257 Solvers
-
How long is the longest prime diagonal?
410 Solvers
More from this Author61
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
David, we have a discrepancy of 73.8 deg C in test problem 6 (type 'R' thermocouple) for all the values of v between 11.438 mV and 19.306 mV (8 cases).
In very many cases my rounded results differ from the tests by up to 0.03. I have no idea why. Increasing the accuracy in my calculations does not help. Would it be an idea to reduce the number of decimals to 1?
I concur with William: You may have an error in the second coefficient table for type 'R'.
Test problem 6 fixed.