How to declare global variable

I have multiple m-files and i want to use same global variable for all files so how should i declare and on which place

 Accepted Answer

function y=fcn1(~)
global your_variable
do it in all your functions

More Answers (0)

Categories

Community Treasure Hunt

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

Start Hunting!