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);.
Show older comments
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!
Accepted Answer
More Answers (0)
Categories
Find more on Variables in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!