Skip to main content
1-Visitor
August 12, 2014
Solved

MathCAD Prime 3.0 unit formatting

  • August 12, 2014
  • 2 replies
  • 1524 views

I am using an excel component with an output to define variables. The variables are then displayed in the worksheet. I am trying to define the units then and it keeps putting 1/m before the mm unit I am trying to specify.

See below:

MathCAD.JPG

What do I need to do in order to correct this?

Thanks,

Brad

Best answer by Werner_E

You have to redefine the variable using "Core_Depth:=Core_Depth*mm"

2 replies

Werner_E
Werner_E25-Diamond IAnswer
25-Diamond I
August 12, 2014

You have to redefine the variable using "Core_Depth:=Core_Depth*mm"

1-Visitor
August 12, 2014

That is what it was.

Thanks,

Brad