Topic
Parameter aus Nicht-lineare Kurvenanpassung exhtrahieren
- This topic has 2 replies and 2 voices and was last updated 16 years, 2 months ago ago by Markus Klamke.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
25.02.2009 at 21:09 #33216Markus KlamkeParticipant
Hallo,
ich würde gern wissen, ob es möglich ist direkt auf die berechneten Parameter der nicht-linearen Kurvenanpassung zuzugreifen?
Die Werte der Parameter sollen dann als Kurvenbeschriftung verwendet werden.25.02.2009 at 21:09 #33218Markus KlamkeParticipantHallo,
ich würde gern wissen, ob es möglich ist direkt auf die berechneten Parameter der nicht-linearen Kurvenanpassung zuzugreifen?
Die Werte der Parameter sollen dann als Kurvenbeschriftung verwendet werden.25.02.2009 at 22:30 #33217Bernhard KantzParticipantFirst you have to activate “The parameters found” in the Output tab of the nonlinear curvefit analysis object.
Use the list element operator in a new FPScript formula:
[code]
CurveFit.Solution //CurveFit is the name of the analysis object
[/code]See also the NonLinCurveFit function in the FlexPro Help.
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.