-
FlexPro
- Auf einen Blick
- Features & Optionen
- Einsatzgebiete
- Alle Vorteile
- Neu in FlexPro 2021
- FlexPro gratis testen
- FlexPro View OEM Freeware
- Kaufberatung
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produkte
- News
- Support
- Unternehmen
- Jobs
- Kontakt
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Fitting a circle
- Dieses Thema hat 1 Antwort und 2 Teilnehmer, und wurde zuletzt aktualisiert vor 11 Jahre, 6 Monaten von
saeed farahany.
Ansicht von 3 Beiträgen - 1 bis 3 (von insgesamt 3)
-
AutorBeiträge
-
Januar 8, 2011 um 5:36 pm #12551
saeed farahany
MitgliedHi.
I wanted to fitting a circle for my data. I didn’t find any non-linear curve fitting in Flexpro.8 for circle.
I need to calculate radius of fitted circle.How can I do this?Januar 8, 2011 um 5:36 pm #8214saeed farahany
MitgliedHi.
I wanted to fitting a circle for my data. I didn’t find any non-linear curve fitting in Flexpro.8 for circle.
I need to calculate radius of fitted circle.How can I do this?Januar 10, 2011 um 6:24 pm #8895Bernhard Kantz
ModeratorIn this case you have to use your own user-defined function in the nonlinear curvefit analysis object.
The circe function is (x-x0)^2+(y-y0)^2 = R^2
For the upper half of the circle you could use the following FPScript function:Dim x0 = p[0] Dim y0 = p[1] Dim R = p[2] Sqrt(R^2 - (x-x0)^2) + y0
-
AutorBeiträge
Ansicht von 3 Beiträgen - 1 bis 3 (von insgesamt 3)
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.