Ruqayya
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;
Statistics
3 Questions
0 Answers
RANK
192,476
of 295,527
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
??? 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...
10 years ago | 1 answer | 0
1
answerQuestion
??? 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...
10 years ago | 1 answer | 0
1
answerQuestion
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;
10 years ago | 2 answers | 0