c = simscape.isCommensurateUnit(unitlist)
checks whether all the arguments in the list have commensurate units. The function returns
true if all units are commensurate, false otherwise.
List of units for comparison, specified as character vectors, strings, scalar
simscape.Unit objects, or simscape.Value objects.
For simscape.Value objects, the function compares the unit of the
object with the other units in the list.