Curve pattern prediction - Interpolation (neural network)
Mostra commenti meno recenti
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
Risposta accettata
Più risposte (1)
Greg Heath
il 11 Gen 2012
0 voti
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
1 Commento
Charlene
il 12 Gen 2012
Categorie
Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!