photo

surabhi jaiman


mpuat

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

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

5 个提问
0 个回答

Cody

0 个问题
9 个答案

排名
299,438
of 301,036

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,151

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
43,398
of 172,467

贡献数
0 个问题
9 个答案

评分
100

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Solver

查看徽章

Feeds

排序方式:

已解决


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

5 years 前

已解决


Return the first and last character of a string
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...

5 years 前

已解决


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

5 years 前

已解决


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

5 years 前

已解决


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

5 years 前

已解决


Return area of square
Side of square=input=a Area=output=b

5 years 前

已解决


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

5 years 前

已解决


Add two numbers
Given a and b, return the sum a+b in c.

5 years 前

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

5 years 前

提问


wavelet transform for multichanel EEG signal
Hi, I want to perform wavlet transform on 14 channel EEG data. I tried working with for loop but it resulted in an error when c...

6 years 前 | 0 个回答 | 0

0

个回答

提问


What is EEG sampling frequency
Hi, I came across a sentecnce in a pdf file- EEG_Sampling Rate = 128 Is this the sampling frequency? If not, what is the di...

6 years 前 | 0 个回答 | 0

0

个回答

提问


"Subscript indices must either be real positive integers or logicals". What does this mean?
Hi, I am trying to extract feaures from EEG signals using wavelets. The input signal is a 14 channel signal. But everytime i t...

6 years 前 | 2 个回答 | 0

2

个回答

提问


How do I extract features from a EEG signal using wavelet transform
I have an EEG signal (25472 x 14, 14 electrodes). I have to extract features from the signal using wavlet transform. How do I do...

6 years 前 | 0 个回答 | 0

0

个回答

提问


How to use column wise operations on nested cell arrays?
I have a cell array(1 x 23) where each element is again a cell array(18 x 1). Each element of this nested cell array is a matrix...

7 years 前 | 1 个回答 | 0

1

个回答