How to solve a nonlinear system with 6 equations but with only 4 variables?

3 vues (au cours des 30 derniers jours)
Enzo Berberi
Enzo Berberi le 22 Mai 2022
Modifié(e) : Enzo Berberi le 22 Mai 2022
Is there a way to solve a system with more equations than variables on matlab? For example, the function solve need the exact same number for the equations and variables.

Réponses (1)

Star Strider
Star Strider le 22 Mai 2022
Use the mldivide, \ operator to do a least-squares determineation of the system.
See the documentation for details.
.
  4 commentaires
Star Strider
Star Strider le 22 Mai 2022
This now appears to me to not be a regression problem but instead and optimisation problem, and one that I do not understand in enough detail to suggest a solution.
Star Strider
Star Strider le 22 Mai 2022
I will delete my Answer in a few minutes.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Produits


Version

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by