photo

Ruqayya


Attivo dal 2014

Followers: 0   Following: 0

Messaggio

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;

Statistica

Feeds

Visto da

Domanda


??? Undefined function or variable 'funfcn'. Error in ==> mini at 1 [y, farr]= uq_dist(funfcn,-20,20,12,1,-5,0.001,0,2,4) EDU>>
??? Undefined function or variable 'funfcn'. Error in ==> mini at 1 [y, farr]= uq_dist(funfcn,-20,20,12,1,-5,0.001,0...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


??? Undefined function or method 'uq_dist' for input arguments of type 'char'.
[y,farr] = uq_dist('funfcn',-20,20,12,-5,0.001,0,2,4); i have called a function in editor with the above following code and i...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Getting "??? Error using ==> mtimes Inner matrix dimensions must agree" error
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;

quasi 10 anni fa | 2 risposte | 0

2

risposte