How to declare global variable

3 views (last 30 days)
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

Azzi Abdelmalek
Azzi Abdelmalek on 23 Apr 2016
function y=fcn1(~)
global your_variable
do it in all your functions

More Answers (0)

Categories

Find more on Language Fundamentals in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!