photo

Lara Lirnow


自 2017 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

7 个提问
1 个回答

排名
39,304
of 300,379

声誉
1

贡献数
7 个提问
1 个回答

回答接受率
57.14%

收到投票数
1

排名
 of 20,931

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,299

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Reading files from a directory
I have a code which cuts audio signal (.wav) into segments written in .txt files. My current code works only with one audio sign...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to train a Naive Bayes classifier?
I have a dataset which looks like this: <</matlabcentral/answers/uploaded_files/74250/ds.png>> I need to use a Naive Ba...

8 years 前 | 1 个回答 | 0

1

个回答

已回答
How to store data into a matrix?
I solved my question. I got that output like this: F{i} = {energyST,numZeroCross}

8 years 前 | 0

提问


How to store data into a matrix?
I'm calculating Zerocross (ZCR) and Short term energy (STE) for a signals in a matrix. After I calculate these features I want t...

8 years 前 | 2 个回答 | 0

2

个回答

提问


How to store data in a matrix, but not to overwrite values
I want to save the results of a for loop into a matrix, but the results are always getting overwritten,so only the last value is...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to add values into Matlab matrix and not overwrite it
I have to insert values from a for loop into the matrix, but the values are all the time getting overwritten, so only last value...

8 years 前 | 1 个回答 | 1

1

个回答

提问


How to get a content of a cell array?
I have 1x25 cell array, which looks like this : 0.300000 0.410000 ,0.41000 0.430000 ,... I want to get only first elem...

8 years 前 | 2 个回答 | 0

2

个回答

提问


How to cut audio file into segments?
I have an audio file (.wav) which I need to cut into segments. Segments (start and stop values) are stored in cell array C. I ma...

8 years 前 | 1 个回答 | 0

1

个回答