How to declear global array and how to use it ?
古いコメントを表示
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
採用された回答
その他の回答 (1 件)
Azzi Abdelmalek
2013 年 5 月 4 日
編集済み: Azzi Abdelmalek
2013 年 5 月 4 日
Example
global a
a=[1 2 3]
a=[a 4 5]
Look at concatenation
カテゴリ
ヘルプ センター および File Exchange で Multidimensional Arrays についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!