Integers can only be combined with integers of the same class, or scalar doubles.
Answers
Answered by
3
Step-by-step explanation:
Error using - Integers can only be combined with integers of the same class, or scalar doubles. Error in Code (line 27) data = data - repmat(mn,1,N); ... mn = mean(data,2); data = data - repmat(mn,1,N);
Similar questions