How to fit a helix in 3D using cftool?

조회 수: 9 (최근 30일)
Dario Cortese
Dario Cortese 2019년 7월 31일
답변: Navya Seelam 2019년 8월 5일
I am trying to fit some helical data to a helical parametric equation, so as to find the pitch, radius and angle with respect to the z-axis.
If I use the cftool, this is what I am allowed to do in terms of customization (see pic below). There is no option for parametric equations, where the z data can be used as a time variable. Is there any way that this can be done? If not, what functions/tools/methods do you suggest?
sample.PNG

답변 (1개)

Navya Seelam
Navya Seelam 2019년 8월 5일
Hi,
Assuming the helical parametric equations to be
x=a*sin(z)
y=b*cos(z)
z=t
fittype” can be used to assign the model type to fit in order to obtain the parameters a & b.
myfittype=fittype('a*sin(x)');
ft1=fit(z,x,myfittype);
The same procedure can be used to obtain parameter b as well.

카테고리

Help CenterFile Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by