Jimmy W


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
13,526
of 300,908

声誉
3

贡献数
6 个提问
0 个回答

回答接受率
100.0%

收到投票数
2

排名
 of 21,110

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,639

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

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

1

个回答