photo

Aidan


Last seen: 8 months 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
196,712
of 302,014

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
75.0%

收到投票数
0

排名
 of 21,496

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 178,131

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


iztrans giving unexpected outputs
My textbook says that the invers Z transform is My code says the invers is simply k syms z k E1 = z/((z-1)^2); e1_k=...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Fourier Transform of e^jkt, not giving an answer
This is the code syms t w K S=exp(K*j*t) F = fourier(S,t); disp(F) This is the output F =fourier(exp(Y*t5*1i), t5, t) ...

1 year 前 | 2 个回答 | 0

2

个回答

提问


I want to find the least negative non positive number in a vector
If I had a set like [-10 , -5 , -1 , -0.1 , 0 , 1 , 2 , 3 , 4 , 5] How could I write something to find -0.1 and print out it...

2 years 前 | 1 个回答 | 0

1

个回答

提问


How to get the sum of each row in a matrix.
The last line in this sums each row in the matrix, is their a way to tell it to do that with out having to type out a sum for ea...

2 years 前 | 1 个回答 | 0

1

个回答