photo

Mahesh Chilla


Last seen: 2 years 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

0 个提问
8 个回答

排名
4,920
of 300,781

声誉
10

贡献数
0 个提问
8 个回答

回答接受率
0.00%

收到投票数
3

排名
 of 21,088

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,031

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Speed up the audio clip
Hi Surendra! Here the desired sampling rate is lower than the sampling rate of the available data. In this case, we must use ...

2 years 前 | 0

已回答
Finding the amount of times '101' appears and does not appear in a series of strings
Hi Michael! To generate all possible binary arrays of size 'n' and counts how many times the pattern [1 0 1] appears in those a...

2 years 前 | 0

| 已接受

已回答
Error with mutable function to code merge sort
Hi Raphael! The provided MATLAB code implements the merge sort algorithm, which is a recursive sorting algorithm. It starts by ...

2 years 前 | 1

已回答
Fibonacci Series using while loop .
Hi Siddhesh! To generate Fibonacci series for n < 200 using while loop, your code is correct, you might have missed noticing th...

2 years 前 | 0

已回答
How can we check the stability of an equation using MATLAB?
Hi Hind Aljallaf! To check the stability of a transfer function, we can analyze the real parts of the transfer function's poles...

2 years 前 | 0

已回答
How to use 'tiledlayout' to make multiple figures in one MATLAB script.
Hi Biplob! To display 4 figures each having 6 subplots using "tiledlayout", you can use a nested loop, where the outer loop ite...

2 years 前 | 1

已回答
Is there a way to find the impulse response of the given system without using a loop?
Hi Akash! Assuming that the array "x" is the unit impulse. To solve this, you can create an array of "x" which is shifted by 3 ...

2 years 前 | 0

已回答
How can I get system transfer function from Bode plot data?
Hi Serdar! To get system transfer function and plot of step response of this system using bode plot data, You need to extract m...

2 years 前 | 1