make array of array like array within array
이전 댓글 표시
I want to create an array within array. I have a m*n 2D matrix of order (256,482,2) having entries as pair of points. I want to first convert oit into 2D array and then want to make array of each row like
for N=1 to 256 NewRow=Z(N) Append(Points,Z(N)) End for
답변 (1개)
JohnGalt
2018년 10월 1일
0 개 추천
look into the 'cat' command in matlab help
댓글 수: 1
Muhammad Sohail Abid
2018년 10월 1일
카테고리
도움말 센터 및 File Exchange에서 Logical에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!