フィルターのクリア

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

4 ビュー (過去 30 日間)
Márcio Marques
Márcio Marques 2017 年 4 月 2 日
コメント済み: KSSV 2017 年 4 月 3 日
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 Center および File ExchangeData Import and Analysis についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by