필터 지우기
필터 지우기

Match multiple systems of equations into a single fsolve call

조회 수: 1 (최근 30일)
Francesco Ardia
Francesco Ardia 2017년 4월 21일
Hi everyone! So far I've been using fsolve to solve a single system of equations at a time, with the syntax:
sol=fsolve(@(Z) myfun(Z,alotofparameters))
which works fine. Now I have different sets of equations stored in various functions myfun1(Z1,alotofparameters1), myfun2(Z2,alotofparameters2), etc. and I want to solve all of them at the same time. Is there a way to do so without manually copying all of the equations into a new function? Thanks for your help!

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by