Range Variables Question
I'm having an issue with the following and any help would be much appreciated
Lets say I have a key frequency of interest
All of the following MATHCAD code has been generated
Input Parameter:
KeyFreq=1
Output(KeyFreq)=| 0
| 10 if KeyFreq > 5
Output(KeyFreq)= 0
Now my queston is the following:
I want to find out what the Output(KeyFreq) becomes from a KeyFreq range of 1-100
I tried using the "KeyFreq=1...100", however this won't output the data.
Thanks for your assistance!

