How to fix subscription assignment mismatched ?
조회 수: 1 (최근 30일)
이전 댓글 표시
I'm facing this error in Matlab please help to solve it. Thanks Error: Subscripted assignment dimension mismatch.
Error in Train_Module_SIFT (line 60) feat1(featureRow,:)=kpd;
댓글 수: 2
채택된 답변
Image Analyst
2018년 10월 27일
kpd is a vector that does not have the same number of columns as feat1. Put this before that line
whos feat1
whos kpd
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!