How to declare global variable
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Muhammad Tarique
il 23 Apr 2016
Risposto: Azzi Abdelmalek
il 23 Apr 2016
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
0 Commenti
Risposta accettata
Azzi Abdelmalek
il 23 Apr 2016
function y=fcn1(~)
global your_variable
do it in all your functions
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Argument Definitions in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!