justinmiller
Mechanical
- Jul 14, 2009
- 2
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 need 2. Any ideas on how to control num2str or for a differant approach altogether?
concat(num2str(theta),”°”)
This works great except the value displayed is shown out to 13 decimal places and i only need 2. Any ideas on how to control num2str or for a differant approach altogether?