Clear Filters
Clear Filters

I want to increase fitting my model to my data

1 view (last 30 days)
I want to add a technique to my model.I want to add force to my model to fit my data more .I have attached the technique and editinal model is in purple but it does not work as you can see.
  4 Comments
Ahmed Gharieb naga
Ahmed Gharieb naga on 13 Jul 2023
Force = Vmodel - Vdata
then Vnew_model= Force + Vmodel
Mrutyunjaya Hiremath
Mrutyunjaya Hiremath on 18 Jul 2023
Ahmed,
we can check or suggest a good approach if you share your data.
But as of now, check this.
Force = Vmodel - Vdata
Vnew_model= Vmodel - Force

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!