How to declear global array and how to use it ?
Ältere Kommentare anzeigen
I want to declare global array and i want to use it in different function.
how to add data to this array without deleting the other data that are already on it
Akzeptierte Antwort
Weitere Antworten (1)
Azzi Abdelmalek
am 4 Mai 2013
Bearbeitet: Azzi Abdelmalek
am 4 Mai 2013
Example
global a
a=[1 2 3]
a=[a 4 5]
Look at concatenation
Kategorien
Mehr zu Multidimensional Arrays 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!