Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hello
I'm new in Mathcad and having a stupid issue regarding sin-function X-Y plotting and x/y-axis unit labbeling.
Thanks in advance for your help.
- In attached file defining angular speed unit as rad/s, no plotting of ik(t) as obtained.
Deleting the angular speed unit definition, plot is OK.
Why? What do I miss?
You are trying to do a so called quickplot - the variable for the abscissa is not defined. Mathcad will always use unitless values if you do so and of course your function fails because t has to be time. Thats also the reason for your second problem. Solution is to define a range variable for t - you also gain better control on range limits and step width (corresponding to number of points plotted) that way. You have to define the range using the corrrect units.
The attached file should help.
Dear Werner,
Many thanks for your help !!
Guy