Skip to main content
1-Visitor
September 5, 2010
Solved

How to use radians or degree in the x-axis

  • September 5, 2010
  • 2 replies
  • 4996 views

I want to the x-axis to show radians like 0,Pi/4, Pi/2, 3Pi/4 pi etc or degrees like 0,45,90,135,180 degrees.

Right now it shows the decimal equivalent of radians

Best answer by MikeArmstrong

Something like the attached?

Mike

2 replies

1-Visitor
September 5, 2010

Something like the attached?

Mike

1-Visitor
September 5, 2010

Correct. So i divide by deg and not use deg as the units of the axis.

Thank you it worked.

1-Visitor
September 5, 2010

Mathcad's default display is normalized to the unit system specified in Worksheet Options|Unit System, so something with acceleration units will be normalized to m/s^2 in SI, and ft/s^2 in US.

TTFN

1-Visitor
September 5, 2010

Ziyad Saeed wrote:

I want to the x-axis to show radians like 0,Pi/4, Pi/2, 3Pi/4 pi etc or degrees like 0,45,90,135,180 degrees.

Right now it shows the decimal equivalent of radians

Mathcad does not directly display what you want for radians. You can use Mike's approach to normalize to pi, by simply dividing x by pi

TTFN