make array of array like array within array
1 次查看(过去 30 天)
显示 更早的评论
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 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Resizing and Reshaping Matrices 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!