Info

此问题已关闭。 请重新打开它进行编辑或回答。

what wrong in my for loop?

1 次查看(过去 30 天)
Maruthi Maruthi
Maruthi Maruthi 2018-1-29
关闭: MATLAB Answer Bot 2021-8-20
Sir, Please help, where I'm wrong in the following code. I got an error like this .. Subscripted assignment dimension mismatch.
Error in one (line 15) target(:,i)=img_size(:); Please help me sir..
imgData=imageSet(filename,'recursive')
count = numel(imgData)
for i=1:count
img=read(imgData(i),1);
img_size=imresize(img,[100 100]);
img_size=double(img_size);
target(:,i)=img_size(:);
end
  5 个评论
Maruthi Maruthi
Maruthi Maruthi 2018-1-29
Sir, the above code showing the following error
Cell contents assignment to a non-cell array object.
Error in username_gpwd_net (line 15) target{i}=img_size(:);
Maruthi Maruthi
Maruthi Maruthi 2018-1-29
Thank you very much sir, I got it..

回答(0 个)

此问题已关闭。

标签

Community Treasure Hunt

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

Start Hunting!

Translated by