Subscripted assignment dimension mismatch.

조회 수: 1 (최근 30일)
Tahir
Tahir 2014년 5월 24일
답변: Star Strider 2014년 5월 24일
i use two loops ....for calculating the average of values..and saving in a matrix..but i got this error..please help.
avg_x=zeros(rows_F,1)
avg_y=zeros(rows_F,1);
divider=n./2;
avg_x(k,1)=xSum ./ divider; Error is here Subscripted assignment dimension mismatch.
avg_y(k,1)=ySum ./ divider; Error is here Subscripted assignment dimension mismatch.

답변 (1개)

Star Strider
Star Strider 2014년 5월 24일
I suspect that either xSum or divider is a vector.

카테고리

Help CenterFile Exchange에서 Interpolation에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by