Azzera filtri
Azzera filtri

Adding a special boundary condition to an ODE

1 visualizzazione (ultimi 30 giorni)
Mario Trevino
Mario Trevino il 14 Ago 2015
Hi everyone! Im solving an ODE using fmincon and a cost function. Im able to find the best parameters of the model and Im happy with that. However, I now need to make a slight change to the input model and include a new boundary condition which Im not sure how to implement. Let me explain: * Right now, the differential equation has two independent parameters to optimize, vgr Vprime= (x(1).*SSIM)+(x(2).*V), and both x(1) and x(2) are effectively bounded through values I define in fmincon. So far so good. However, I now need to add a new restriction, namely, for example, that the sum of these two components is bounded between 0 an 1, that is 0<=[(x(1).*SSIM)+(x(2).*V)]<= 1. Does this have an easy solution? Could somebody help me? Intuitively, I think that this restiction may lead to a multiplicity of posible solutions wich could invalidate the approach itself? any thoughts?

Risposte (0)

Categorie

Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by