Daeyeon Koh
Followers: 0 Following: 0
Estadística
12 Preguntas
0 Respuestas
CLASIFICACIÓN
88.947
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
12 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
6 meses hace | 1 respuesta | 0
1
respuestaPregunta
Image processing for pattern restoration
Hi. I am working on restoring unclearly printed rectangular patterns using MATLAB. All original patterns are exact rectangular...
6 meses hace | 1 respuesta | 0
1
respuestaPregunta
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...
6 meses hace | 1 respuesta | 0
1
respuestaPregunta
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...
6 meses hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 3 años hace | 2 respuestas | 0
2
respuestasPregunta
"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...
casi 3 años hace | 3 respuestas | 0
3
respuestasPregunta
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...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 3 años hace | 1 respuesta | 0