photo

Ayush Goyal

MathWorks

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

Followers: 0   Following: 0

My responsibility is to provide the best support for the application like Signal Processing.
Disclaimer: Any articles/ideas/opinions here are my
own and in no way reflect that of MathWorks.

统计学

MATLAB Answers

0 个提问
6 个回答

排名
7,338
of 299,916

声誉
6

贡献数
0 个提问
6 个回答

回答接受率
0.00%

收到投票数
1

排名
 of 20,840

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,562

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
"when i used Matlab function i got the error message" Colon operands must be all the same type, or mixed with real scalar doubles.
From my understanding of the question you are facing issue while extracting columns of Signal matrix into separate vectors as fr...

5 years 前 | 0

已回答
Index exceeds the number of array elements (6).
From my understanding of the question you are facing index issue in your code. Since you are iterating your for loop from i=1 to...

5 years 前 | 0

已回答
Having vector sorted by using While Loops + Diff()
From my understanding of the question you want to write a function to sort vector using only while loops, diff(), any(), or all(...

5 years 前 | 0

已回答
why do i get error "Index exceeds matrix dimensions" in this code?
From my understanding of the question you are getting index error due to f_p(index-1). Since initially you have defined f_p as e...

5 years 前 | 0

已回答
How to use sinc function
From my understanding of the question you are trying to use the sinc function but getting error while calling it. To use the sin...

5 years 前 | 0

已回答
Index exceeds the number of array elements (1).
From my understanding of the question you are trying to find the convolution of x and h but you are facing array size error. Err...

5 years 前 | 1

| 已接受