Hi, I have been trying to run a script and got the error: Undefined operator '+' for input arguments of type 'struct'. Error in coarsegrain (line 41) sum = sum + y(scale*i + j); Error in mse (line 35) scaled = coarsegrain(method,y,scale);.
이전 댓글 표시
Hi,
I have been trying to run a script and got the error: Undefined operator '+' for input arguments of type 'struct'.
Error in coarsegrain (line 41) sum = sum + y(scale*i + j); Error in mse (line 35) scaled = coarsegrain(method,y,scale);
Displayed in the work space: maxScale=3,
val 3x1280 double,
x 1x1 struct. Could someone give me some guidance how to solve the problem?
Many thanks!
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Variables에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!