problem with curve fitting toolbox equation variables

2 Ansichten (letzte 30 Tage)
AliHg
AliHg am 21 Apr. 2020
Let’s assume that:
phi=[0 ; pi/2 ; pi/2 ; pi/2 ; pi/2 ; pi/2 ; pi];
theta=[0 ; 0 ; pi/2 ; pi ; 1.5*pi ; 2*pi ; 0];
c=[1.175 ; 0.4664 ; 2.226 ; 0.4664 ; 2.226 ; 0.4664 ; 1.175];
Selecting Biharmonic(V4) 3D interpolation from MATLAB cftool I get the following curve:
I need the equation (F(phi,theta,c)) of the curve but apparently it is too complicated to extract.
Is there any way to obtain F(phi,theta,c) for any given amounts of phi,theta and c beside the ones that I already specified?
Thank you

Antworten (0)

Kategorien

Mehr zu Get Started with Curve Fitting Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by