필터 지우기
필터 지우기

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

조회 수: 2 (최근 30일)
Enzo Berberi
Enzo Berberi 2022년 5월 22일
편집: Enzo Berberi 2022년 5월 22일
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.

답변 (1개)

Star Strider
Star Strider 2022년 5월 22일
Use the mldivide, \ operator to do a least-squares determineation of the system.
See the documentation for details.
.
  댓글 수: 4
Star Strider
Star Strider 2022년 5월 22일
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 2022년 5월 22일
I will delete my Answer in a few minutes.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Systems of Nonlinear Equations에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by