Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
Hi,
I just want a simple range in matchad but it seems really difficult
All I want is a range from 5 to 45 in 0.1 steps. The typical definition doesn't work. Is there an easy way to do this?
I tried the typical 5, 0.1 .. 45 but i get an error even though the mathcad support docs show that this should be allowed....
Solved! Go to Solution.
The second value in a range definition is NOT the step width but rather the second range value.
So you would have to define 5, 5.01 .. 45
The second value obviously must a value between the first and last value. Decreasing values are allowed, so you also could use 45, 44.99 .. 5 for a range with reversed values.
See Range Variables