自定义方程拟合曲线计算出现复数值 无法拟合

12 visualizaciones (últimos 30 días)
Han Wang
Han Wang el 31 de Ag. de 2022
Respondida: sai charan sampara el 6 de Oct. de 2023
对一组数据自定义方程拟合 以得出方程中对常数值
数据:
x: 836 1264 2236 3768
y: 0.836 1.264 2.236 3.768
拟合方程:y=a*(1+(b/x)^c)
拟合结果如下图

Respuestas (1)

sai charan sampara
sai charan sampara el 6 de Oct. de 2023
Hello Han,
As per my understanding you are trying to fit the data into a custom equation of the required form but are getting imaginary coefficients for the parameters.
It might be because of an error in importing data. Try to make sure you have imported the right data as x data and y data in the “Select data” option in the “Data” tab in curve fitter.
The given data was:
x: 836 1264 2236 3768
y: 0.836 1.264 2.236 3.768
These points lie on a straight line but that does not seem the case in the screenshot you have shared. Hence there might be an issue with the data importing.
On importing the data correctly, the result looks as follows:
Please refer to the following documentation to know more about curve fitting app.
I hope this resolves the issue you were facing.

Categorías

Más información sobre Interpolation en Help Center y File Exchange.

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!