-
FlexPro
- Zoom sur FlexPro
- Fonctionnalités & Options
- Domaines d’application
- Tous les avantages
- Nouveau dans FlexPro 2021
- Testez FlexPro gratuitement
- FlexPro View OEM Freeware
- Conseils d’achat
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produits
- News
- Support
- Société
- Emplois
- Contact
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
Zugriff auf Datenreihen einer Matrix innerhalb einer Schleife
- This topic has 4 replies, 2 voices, and was last updated 19 years, 11 months ago by rax23@gmx.de.
-
AuthorPosts
-
December 20, 2004 at 11:48 pm #12521rax23@gmx.deMember
Gerne würde ich aus einer Datenmatrix auf eine einzelne Datenreihe zu greifen. Wie ist dafür die Schreibweise im FPScript? Das ganze soll dann in einer For-Schleife Datenreihenweise abgearbeitet werden so daß jeweils das Maximum einer Datenreihe aus der Matrix gelesen wird!
December 21, 2004 at 12:33 am #8843Bernhard KantzParticipantYou can extract individual values or sections from data series, data fields, signals, signal series and space curves with the index operator in FPScript.
Example:
Data matrix[ScalarValue] takes the column with the number speciefied in Scalar Value from the data matrix. The result is a data series.With the argument Mode in the FPScript function Maximum you can determine one maximum per column / row. So you don’t need a For-Loop.
See also
FlexPro Online Help
Index Operator (FPScript)
Maximum-Function (FPScript)December 21, 2004 at 1:10 am #8844rax23@gmx.deMemberThe question was how it is possible to access line by line data-values of a data-matrix!?
December 21, 2004 at 1:26 am #8845Bernhard KantzParticipantData matrix[ ] [ScalarValue] takes the row with the number specified in ScalarValue from the data matrix. The result is a data series.
The table in the online help lists all of the possible combinations of the index operator.
December 21, 2004 at 1:26 am #8184rax23@gmx.deMemberGerne würde ich aus einer Datenmatrix auf eine einzelne Datenreihe zu greifen. Wie ist dafür die Schreibweise im FPScript? Das ganze soll dann in einer For-Schleife Datenreihenweise abgearbeitet werden so daß jeweils das Maximum einer Datenreihe aus der Matrix gelesen wird!
-
AuthorPosts
- You must be logged in to reply to this topic.