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!