please help me in corecting this code. I have to give A as array of 10 values but getting error like dimensions are not matching .. please help me how to match the dimensions.
A=[0.96058 0.82596 0.576 0.29171 0.12276 0.12276 0.29171 0.576 0.82596 0.96058];
error:
Dimensions do not match.
Csym = mupadmex(op,args{1}.s, args{2}.s, varargin{:});
X = privBinaryOp(A, B, 'symobj::mtimes');
Find the treasures in MATLAB Central and discover how the community can help you!