Info

This question is closed. Reopen it to edit or answer.

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

1 view (last 30 days)
farzad
farzad on 22 Dec 2017
Closed: MATLAB Answer Bot on 20 Aug 2021
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

Answers (0)

Community Treasure Hunt

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

Start Hunting!