統計
MATLAB Answers
6 質問
0 回答
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
while loop doesn't produce correct result
sum = 0; n = 0; C = (2/(pi*(1-4*n^2)))^2; while sum < (1/2)*0.99 n = n+1; sum = sum + C; end disp...
9年弱 前 | 1 件の回答 | 0
1
回答質問
plotting sin wave signal
Hi, I have the following signal, f(t) = |sin(t)|, -(pi/2)<= t <= (pi/2), what is the code to plot it for three whole periods? Th...
9年弱 前 | 1 件の回答 | 0
1
回答質問
Integer division problem (gear ratio related)
Let's say A/B = 2.417. A and B both must be integers. I need to write a script to list some possible combos of A and B. Also 2.4...
約9年 前 | 2 件の回答 | 0
2
回答質問
How to plot separate graphs?
I have plotted a few graphs in different sections of my scripts, however when I run the m-file it will only show the last graph,...
9年以上 前 | 1 件の回答 | 2
1
回答質問
Finite difference problem with matlab 2014
Let's say I have a problem like this: det_t = 0.02, t = [0 : det_t : 1], z(t+det_t) = 3 * z(t) + 2* z(t-det_t), where z(t-det_t)...
9年以上 前 | 1 件の回答 | 0
1
回答質問
How to solve for constants of a function given the initial conditions?
Let's say for example I have a system of equations: y(t)=A*t^2+B*t and y'(t) = 2*A*t+B. Now I have initial conditions of y(0) =...
9年以上 前 | 1 件の回答 | 0
