Global Variables and Functions

1 Ansicht (letzte 30 Tage)
Maria Raheb
Maria Raheb am 18 Feb. 2021
Bearbeitet: Adam Danz am 19 Feb. 2021
I have defined a function (right hand panel) that uses parameters B,C, and p. Is there a way I can call this function in a different .m file (left hand panel) without having to redefine B,C, and p in plotting_bifurcation.m?
PLEASE CHECK .JPG FILE ATTACHED

Antworten (1)

Adam Danz
Adam Danz am 18 Feb. 2021
Bearbeitet: Adam Danz am 19 Feb. 2021
Assign B,C,p as outputs to bifurcation_host_pops().
Do not use global variables.
And in the future, please copy-paste code as text instead of images so we can more easily access it and use it in our answers 😎.

Produkte


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by