photo

bribee


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
39,857
of 299,823

声誉
1

贡献数
4 个提问
0 个回答

回答接受率
0.0%

收到投票数
1

排名
 of 20,811

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,136

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


Matlab Error using .*. Matrix dimensions must agree
Hello! I am trying to run this code but I keep getting error. time_res = 1e-2; T = 15; t_lim = -T:T; N = 40; k = ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


how to properly call a function in a separate m-file?
I have created the following function in a separate m-file called "fourierCompute.m" function [Ck, Basis, t, x] = fourierCo...

8 years 前 | 1 个回答 | 1

1

个回答

提问


How do I find the Fourier series of a Sawtooth wave?
I have the following sawtooth wave function : T = 2* 4; Fs = 1000; dt = 1/Fs; t=-5:dt:T-dt; x = -sawtooth (pi/2*t, 0.5);...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How can I recreate this wave using the sawtooth wave function?
I am trying to recreate this plot in matlab using the sawtooth() function. I have a good start, but I'm having a hard time figur...

8 years 前 | 1 个回答 | 0

1

个回答