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

 Risposta accettata

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

Più risposte (0)

Categorie

Community Treasure Hunt

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

Start Hunting!

Translated by