MATLAB: Do I get a “units are not commensurate” error when adding or subtracting the units ‘C’ and ‘K’

Simscape

I am trying to subtract two temperatures in Simscape. One temperature is in Celsius, and the other is in Kelvin. Why do I get a "units are not commensurate" error when adding or subtracting the units 'C' and 'K'?

Best Answer

For Simscape to be able to subtract two units, the units have to be able to be converted into similar units. For example, you can subtract Celsius from Kelvin because they are both temperatures, and you can convert Celsius into Kelvin (or Kelvin into Celsius). 
In Simscape, 'C' represents Coulomb. Because the two units Coulomb and Kelvin cannot be converted into the same unit (they're not both temperatures), Simscape throws the error. Instead, represent Celsius with the unit 'degC'. The list of unit definitions for Simscape can be found at the following link:
Related Question