필터 지우기
필터 지우기

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 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