please help me Assignment has more non-singleton rhs dimensions than non-singleton
Posted
by ENG RAED
on Stack Overflow
See other posts from Stack Overflow
or by ENG RAED
Published on 2010-05-14T20:26:08Z
Indexed on
2010/05/14
20:34 UTC
Read the original article
Hit count: 277
assignment
|matlab
I have the following error in my code
Assignment has more non-singleton rhs dimensions than non-singleton
This is the code:
string =['d:\face\face\ffw' int2str(r) '_' int2str(Sel(nSelRow,t)) '.bmp'];
A = imread(string);
B = im2double(A);
Train_Dat(:,:,s)=B;
© Stack Overflow or respective owner