Subscripted assignment dimension mismatch.
1 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!