photo

matlabgod


William Paterson University

Last seen: 4 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
0 个回答

排名
175,589
of 300,779

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,997

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 0 个回答 | 0

0

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答