Curve prediction based on given curves

3 views (last 30 days)
AluAl
AluAl on 26 Jan 2016
Commented: luo chaoqian on 9 Jun 2022
I have 4 curves of Temperature versus distance. I want to develop a code which would predict the curve for a given initial temperature based on the above 4 curves.
  8 Comments
jgg
jgg on 27 Jan 2016
If you have several observations of the same process with the same starting temperature, you can just stack the observations into one big vector and use the curve fitting toolbox.
If they have different initial points, you'll have to get more creative. You can use the initial temperature as a second variable, but you won't be able to use the 2D curve fitting any longer, but thta should still work.
luo chaoqian
luo chaoqian on 9 Jun 2022
I have a same problem and thanks to @jgg, I learned and used regression and it can solve my problem perfectly.

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!