Feeds
提问
Assignment has more non-singleton rhs dimensions than non-singleton subscripts
n=50;classes=9;deepth=103;for i=1 to 9; index=1; btraindata{i,1}=zeros(n*n*(classes-1),1,2,deepth); tbtraindata{i,1}(index,1,1...
7 years 前 | 1 个回答 | 0
1
个回答提问
sub2ind out of range error
a=trainclass{1,1};//dimension of trainclass is (200x103double) [r c dim]=size(a); [x,y]=ndgrid(1:r,1:2:c); ind=sub2ind(size(a...
7 years 前 | 1 个回答 | 0
