photo

matlabgod


William Paterson University

Last seen: 4 years ago Active since 2018

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
224,819
of 300,611

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
0

RANK
 of 21,028

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,811

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


For loop not working. Array indices must be positive integers or logical values.
Im Trying to implement an FIR difference equation where the output y is the average sum of a set number of values(M) of the inpu...

7 years ago | 1 answer | 0

1

answer

Question


I'm trying to create plots of Fourier Synthesis and FFT Spectrum of a square wave using harmonics, but I keep getting a vector length error for the FFT spectrum.
N = 5; f0 = 5; tw = 1; k = [1:2:N]; ak = 2./(pi*k); T0 = 1/f0; fs = 20*2*N*f0; ts = 1/fs; ...

7 years ago | 0 answers | 0

0

answers

Question


User defined function for three scripts
So I have three scripts that each create a different wave plot using the same inputs. How can I make a program that asks the use...

7 years ago | 1 answer | 0

1

answer

Question


Array indices must be positive integers or logical values.
I'm trying to create a loop that plots the function for each t value on the same graph, I am getting an "Array indices must be p...

7 years ago | 1 answer | 0

1

answer

Question


I keep getting this error : Matrix dimensions must agree. Error in comp (line 5) c(x)=0.5.*erfc(x./(2*sqrt(u.*t)));
I'm trying to write a for loop that plots the function c(x) for each value of t, but I keep getting this error. " Matrix dimensi...

7 years ago | 1 answer | 0

1

answer