![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10353120_1522135825017_DEF.jpg)
bribee
2017 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
4 質問
0 回答
ランク
of 157,776
コントリビューション
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 = ...
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