HELP !!How i can write .mat file to other .mat file ?

1 次查看(过去 30 天)
mjp = 0;
for jp = 1:1:10
mjp = mjp +1;
ndata_first(jp,1) = ndata_x_ab(mjp,1);
ndata_first(jp,2) = ndata_x_ab(mjp,2);
ndata_first(jp,3) = ndata_x_ab(mjp,3);
end
error:
Index exceeds matrix dimensions.
Error in pointCloudDemo2 (line 3021) ndata_first(jp,1) = ndata_x_ab(mjp,1);
  2 个评论
Rik
Rik 2017-4-2
Apparently the matrix ndata_x_ab has less than 10 rows.
KSSV
KSSV 2017-4-3
Number of rows ndata_x_a should be more then 10. In your case it is not.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Import and Analysis 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by