How can i find an equation from datas?

2 次查看(过去 30 天)
Hello,
As part of a renewable energy optimization project,
I am trying to define an equation from wind and photovoltaic data over one year using the fit or lsqnonlin function.
How can i find an equation from this datas?
can you help me
  3 个评论
KSSV
KSSV 2020-10-17
Read about polyfit, curvefitting toolbox.
Alex Sha
Alex Sha 2020-10-18
Hi, Clothilde, post out your data if possible.

请先登录,再进行评论。

回答(1 个)

Athul Prakash
Athul Prakash 2020-10-23
编辑:Athul Prakash 2020-10-23
You may pick out a model first to fit your data onto. There a wide variety of models available in Matlab and the choice would depend on the kind of data that you have - if you can post the data here along with your question, you may get better recommendations.
To start with, I would recommend polyfit or lsqnonlin. I might also try playing with simple Neural Network models as a next step.
Have a look at this doc as well:
Hope it helps!

类别

Help CenterFile Exchange 中查找有关 Curve Fitting Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by