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
1 个评论
Walter Roberson
2018-2-4
I am confused but I suspect you need
回答(0 个)
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!