I am displaying values inside of an excel table in mathcad. Simply putting the variable as an input will strip off the unit so I have re-added it by using something similar to:
concat(num2str(theta),”°”)
This works great except the value displayed is shown out to 13 decimal places and i only...