How to run a function that is run by a function?
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
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 Kommentar
Walter Roberson
am 4 Feb. 2018
I am confused but I suspect you need
Antworten (0)
Diese Frage ist geschlossen.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!