photo

James


自 2013 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
1 个回答

排名
72,197
of 301,229

声誉
0

贡献数
5 个提问
1 个回答

回答接受率
20.0%

收到投票数
0

排名
 of 21,196

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 173,512

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


I am looking to find the following things is there an easy way to find each of these with out ploting?
the attenuation (in dB) at the Nyquist frequency? pass-band peak value (linear scale) Assume the edge of the passband is the...

8 years 前 | 0 个回答 | 0

0

个回答

提问


I am getting the wrong plots for g1 and g2..help
t = 1:500; A = 4;B = 10;C = 2.4; D = 2; g = sin(t/30); %Original Sin Wave g1 = A*g.*(t+B); %1st wave tr...

9 years 前 | 2 个回答 | 0

2

个回答

提问


Creating Loop using while
function [r] = func(~) r = 10000; m = 3; while (m ~=0); r = (10^(-m)*r); m = m - 1; end I kee...

12 years 前 | 1 个回答 | 0

1

个回答

已回答
Displaying a quadratic equation
I got the answer I was having problem with a simple problem i was missing a semi colon lol function parallel = parallel(R) R...

12 years 前 | 0

提问


Plotting the R(n) and compute n
Help please im so lost Let Rn denote the equivalent resistance of n resistors connected in parallel, each having resistance R...

12 years 前 | 1 个回答 | 0

1

个回答

提问


Displaying a quadratic equation
Hi im very new to Matlab and help would be greatly appreciative Consider the quadratic equation of the form: ax^2 + bx + c = ...

12 years 前 | 2 个回答 | 0

2

个回答