Skip to main content
1-Visitor
March 4, 2020
Solved

xy plot - undefined variable

  • March 4, 2020
  • 1 reply
  • 2560 views

Hi 

My problem is to plot angular velocity as function of time. I get the message "this variable is undefined. Check that the label is set correctly" for the variable t - well - it's a variable defined in the function? - 

Tips would be much appreciated.

Best answer by Fred_Kohlhepp

In this instance "t" needs to have units of time to balance the equation.

1 reply

16-Pearl
March 4, 2020

Sometimes mathcad needs its plotting range defined.  Usually it will default to -10 to +10 but sometimes it doesn't.  Not sure why.  Anyway, just give it a range variable for t.

 

t:=0s,0.01s,1s

dagi1-VisitorAuthor
1-Visitor
March 4, 2020

thanks 🙂