photo

Connor Mondock


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
0 个回答

排名
233,082
of 299,947

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
44.44%

收到投票数
0

排名
 of 20,848

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,679

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2

查看徽章

Feeds

排序方式:

提问


I am trying to use the rectangular pulse function, but I am not sure how to use it correctly to solve a Fourier problem.
Ts = 1/100; t = -4:Ts:4-Ts; % Now looking to create the rectangular pulse fx = rectangularPulse(t,2); After this runs, i...

3 years 前 | 2 个回答 | 0

2

个回答

提问


I am trying to use the trapezoidal rule to compute the flow rate of fluid through a pipe.
clear % Velocity distribution function of the pipe v = 3.9*(1-r./r0).^n; % Area = pi*r^2 % dA = 2*pi*r dr % Q = V dA dr...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How do I obtain a waveform of a note on MATLAB?
clear audioinfo("Recording_Guitar.m4a") The sampling rate of this note is 48000 f_s = 48000; T = 1/f_s; N = 0.5*f_s; n = @...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How can I rotate a matrix 45 degrees?
I want to rotate this matrix by 45 degrees: C = [-6 -6 -7 0 7 6 6 -3 -3 0 0 -6; -7 2 1 8 1 2 -7 -7 -2 -2 -7 -7] plot(C(1,:),...

3 years 前 | 2 个回答 | 0

2

个回答

提问


How would I transform a 5-dimensional vector into a 3-dimensional vector?
How would I transform a 5-dimensional vector into a 3-dimensional vector? An example would be very helpful, but I really do not ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How would I delete rows in a tall matrix to make it into a square matrix?
How would I delete rows in a tall matrix to make it into a square matrix? When given a tall matrix, what can I run to turn that ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


I am trying to create a function that checks whether an element is a matrix or a vector.
I am trying to create a function that checks whether an element is a matrix or a vector. If it is a vector, it should return an ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


coding the drinking game "kings"
I am supposed to code a game as a final project for my class and I was thinking that coding the drinking game "Kings" would be s...

5 years 前 | 1 个回答 | 0

1

个回答

提问


I keep getting "Manager error -9" and it tells me to run the activation client but I can't find a valid link for the client can I get some help?
I downloaded this through my school (University of Pittsburgh) and I linked my account with the school however I can't find a va...

5 years 前 | 0 个回答 | 0

0

个回答