why i cannot get full database?
이전 댓글 표시
hello matlab community, is something wrong with my coding below?
feat=zeros(982,40);
for i=1:982
im1=FYPdatabase{i,1};
featim=gmlog(im1);
FYPdatabase{1,5}=featim;
end
i want to insert future extraction in the database but only number 1 got the result, the rest just shown [] as in figure below. can see attach file. Thnkyou for your help, i really appreciate it!

댓글 수: 3
Rik
2023년 6월 9일
Please explain how this is different from your previous question. If it is not, please continue your question in the other thread until you can accept an answer there. You can re-open this question if you need to.
RACHEL LYN JAHIRIN
2023년 6월 9일
Rik
2023년 6월 9일
Instead of posting a new question, consider commenting on your previous questions next time. Either explain to the person helping you why their solution didn't work, or accept the answer.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!