How to run a function that is run by a function?

Hi all
I have a function A that has a system of equations. A function B that calls that function A and solves the system of equations via fsolve. Now I have a third m. File from which I want to call the function B to solve the equation for several inputs. This third file creates a parameter d that should be placed in the formulas of the function A, so i made function A double input x, d. And then should be solved via function B which is fsolve. How should I do it? Since when I call function B name in the third file, it says undefined variable x, which should the input in function A and output of function B

回答 (0 件)

この質問は閉じられています。

質問済み:

2017 年 12 月 22 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by