photo

bribee


2017 年からアクティブ

Followers: 0   Following: 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 = ...

7年以上 前 | 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...

7年以上 前 | 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);...

7年以上 前 | 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年弱 前 | 1 件の回答 | 0

1

回答