Curve pattern prediction - Interpolation (neural network)

조회 수: 6 (최근 30일)
Charlene
Charlene 2011년 3월 31일
Hi.
Could I use neural network in matlab to predict the pattern of curve from 2 curves plotted? Eg. I have a graph (flowrate vs time) plotted at different temperatures of 40 degree celcius & 60 degree celcius? Could I predict the curve at 50 degree celcius by interpolating the 2 curves? How to do that in Matlab? Any function?
Appreciate much if someone can provide guidance.
Thanks & regards, Matlab New USer

채택된 답변

Héctor Corte
Héctor Corte 2012년 1월 10일
This is not a trivial problem. A first aproximation can be done calculating the mean value of flowrate between 60 and 40 ºC. But you also have time... I recomend you to look for "time-series prediction".

추가 답변 (1개)

Greg Heath
Greg Heath 2012년 1월 11일
I really cannot see that enough information is available to obtain a more complicated model than the time vaying equation
y50 = (y40+y60)/2
Hope this helps.
Greg

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by