photo

Daeyeon Koh


Last seen: 7 months 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

12 个提问
0 个回答

排名
246,095
of 300,756

声誉
0

贡献数
12 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 21,077

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,890

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Error in deep learning classification code
Hi. I am writing a deep learning classification code below. The values in YTrain1 are numbers, and numClass is 5. The error cod...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Image processing for pattern restoration
Hi. I am working on restoring unclearly printed rectangular patterns using MATLAB. All original patterns are exact rectangular...

1 year 前 | 1 个回答 | 0

1

个回答

提问


C-RNN dual output regression
Hi. I am writing a C-RNN regression learning code with single matrix input - dual scalar output. The loaded "paddedData2.mat" fi...

1 year 前 | 1 个回答 | 0

1

个回答

提问


C-RNN regression error (Array inputs have incompatible channel dimensions)
Hi. I am writing a C-RNN regression learning code. The loaded "paddedData2.mat" file is saved as paddedData, and it is stored a...

1 year 前 | 1 个回答 | 0

1

个回答

提问


Undesirable size of resized images
Hi. I transformed audio files to spectrogram images and saved them in the folder. To apply the images to open source MATLAB de...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Store spectrogram with image data format in the MATLAB workspace
Hi. I want to analyze spectrograms of multiple audio files in a folder. Audio files share the word "SPTGRM" in their names. A...

4 years 前 | 2 个回答 | 0

2

个回答

提问


"audioread" multiple audio files in a folder
Hi. I want to analyze spectrograms of multiple audio files in a folder. Audio files share the word "SPTGRM" in their names. A...

4 years 前 | 3 个回答 | 0

3

个回答

提问


Save mean values in additional column
j=1; for i=1:rowC if Allpeaks(i,2)>4.33&&Allpeaks(i,2)<5.13 Range1peaks(j,:)=Allpeaks(i,:); j=j+1; en...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Applying text with variable on a plot
Hi. I drew a trend line in the plot and want to apply text "R^2= Rsq1", where Rsq1 is a value got from calculation. The figure...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Arrange average in same vector values
I want to find the 1-column average of vectors with the same 2 columns values. At now, D1 vector array is obtained through my f...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Utilizing "maxk" function in series of vectors
Hi. I used "findpeaks" function, and get peak datas in vector(pks, locs): "locs" means the X value. And I wanna get 4 peak data...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Vector loading with constraint and saving in vector
Hi. I found, and saved peaks information in vector in the cell 'A' with 'findpeaks' function. And I could see the saved vector...

4 years 前 | 1 个回答 | 0

1

个回答