-
FlexPro
- At a Glance
- Features & Options
- Applications
- All Advantages
- What’s New in FlexPro 2021
- Try FlexPro For Free
- FlexPro View OEM Freeware
- Buying Guide
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Products
- News
- Support
- Company
- Contact
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
formula to put at 0 data between -5 and +5
- This topic has 2 replies, 2 voices, and was last updated 17 years, 7 months ago by maraval frédéric.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
March 28, 2007 at 8:11 pm #12638maraval frédéricMember
We are using flexpro standard. We have data name tension with 2 columns one X time event and the other Y tension value. We want to put at zero some tension value comprising between two level ( ex -5 at +5 ) from a list of data.
thanks for your helpMarch 28, 2007 at 8:11 pm #8301maraval frédéricMemberWe are using flexpro standard. We have data name tension with 2 columns one X time event and the other Y tension value. We want to put at zero some tension value comprising between two level ( ex -5 at +5 ) from a list of data.
thanks for your helpMarch 28, 2007 at 10:31 pm #9035Bernhard KantzParticipantIn this case you can use the FPScript-function ValuesInInterval and the Index Operator.
– Calculate the indices of the values between -5 and 5.
– Set the y-values of these indices to 0.Dim Sig = Tension Sig.Y[ValuesInInterval(Sig, -5.00000000000000, 5.00000000000000, EVENT_INDEX)] = 0 Sig
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.