![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3264827_1522094574035_DEF.jpg)
Ruqayya
Active since 2014
Followers: 0 Following: 0
Getting an Error using ==> mtimes Inner matrix dimensions must agree.
Below is my code:
t0=0.1;
ts=0.0001;
fs=1/ts;
t= [0:ts:t0-ts]
m=sinc(100*t);
fc=250;
c=cos(2*3.14*fc*t);
u=m*c;