-
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
Home > Community > General > Diagramm in bestimmten Bereich eingrenzen > Reply To: Diagramm in bestimmten Bereich eingrenzen

Sie können mit den beiden Cursors den Bereich markieren und mit Cursor > Kopieren > Bereich Formeln für die Ausschnitte der enthaltenen Kurven erzeugen, z.B.
Signal[['2D-Diagramm.2D'.Cursor(fpCursorMinX, 1).PositionX, '2D-Diagramm.2D'.Cursor(fpCursorMaxX, 1).PositionX]]
Diesen Term weist man einer Variablen zur weiteren Manipluation zu. Um die X-Komponente im Nullpunkt starten zu lassen, wende man die FPScript-Funktion XScale() mit dem negativen 1. X-Wert an, also etwa
Dim SourceData = Signal[['2D-Diagramm.2D'.Cursor(fpCursorMinX, 1).PositionX, '2D-Diagramm.2D'.Cursor(fpCursorMaxX, 1).PositionX]]
SourceData = XScale(SourceData, -SourceData.X[0])
Für die Verschiebung in y-Richtung reicht eine Subtraktion des Offsets, etwa
Dim SourceData = Signal[['2D-Diagramm.2D'.Cursor(fpCursorMinX, 1).PositionX, '2D-Diagramm.2D'.Cursor(fpCursorMaxX, 1).PositionX]]
SourceData = XScale(SourceData, -SourceData.X[0])
SourceData - SourceData.Y[0]
Alternativ kann das Minimum von SourceData.Y abgezogen werden, falls dies gewünscht ist.
You are currently viewing a placeholder content from Facebook. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More InformationYou need to load content from reCAPTCHA to submit the form. Please note that doing so will share data with third-party providers.
More InformationYou are currently viewing a placeholder content from Instagram. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More InformationYou are currently viewing a placeholder content from X. To access the actual content, click the button below. Please note that doing so will share data with third-party providers.
More Information