Set a global variable in a script with multiple functions
Ältere Kommentare anzeigen
I have a script that contains about 5 functions and they all need access to a String array.
Is there a way I can only define the string array once in the script but so all the functions can access it?
Antworten (1)
Azzi Abdelmalek
am 12 Jul. 2014
1 Stimme
You can't do it, you have to declare the variable as global in each function
Kategorien
Mehr zu Characters and Strings finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!