cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

Translate the entire conversation x

Non Zero starting range

VR_10680911
3-Newcomer

Non Zero starting range

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....

ACCEPTED SOLUTION

Accepted Solutions

2 REPLIES 2

image.png

Werner_E
25-Diamond I
(To:VR_10680911)

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

 

 

 

Announcements


Top Tags