Bill Capehart wrote:
Hi All
I enjoy the units features in Mathcad but find not being able to export them to excel or csv files frustrating. Is there a *simple* way to strip units from a mathcad variable array or matrix in preparation for export via WRITECSV for example?
Thanks Much
Bill
Simply divide the variable by its unit.
You may also use the function UnitsOf(variablename) or SIUnitsOf(variablename).