Estadística
16 Preguntas
2 Respuestas
0 Problemas
13 Soluciones
CLASIFICACIÓN
70.926
of 295.495
REPUTACIÓN
0
CONTRIBUCIONES
16 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
56.25%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
27.117
of 153.991
CONTRIBUCIONES
0 Problemas
13 Soluciones
PUNTUACIÓN
160
NÚMERO DE INSIGNIAS
2
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How do I include errorbar on my F1 score plot
I want to include the errorbar on my F1 score plot. I don't know how to go about it. Here is my code below % Given data p = [3...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Function for visualisation of raw data -Ovarian cancer
I want to a 'plot' function to effectively visualise the ovarian cancer data inbuilt in MATLAB. load ("OvanrianCancer.mat") T...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Legend showing same symbol for loop plot
My legend is showing the same symbol for different data. My code is as follows for i=1:size(obs,1) x = V(:,1)'*obs(i,:)'; ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How to compare the complexity of two algirthms in MATLAB
I have to Algortihms for my simulations. Both are working but I need to compare the complexity/effiency of the two algorithm...s...
alrededor de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
2-for loop iteration to output a matrix
I want to use for-loop for my entire code for simulation. Specifically, i want to output results of each iteration with 2 for-...
casi 3 años hace | 1 respuesta | 0
1
respuestaif-else statement for 4 comparison
Thank you @Cris LaPierre @DGM @David Hill for your help. I have been able to navigate it A= [0;1;0;1;1;0;1;0;0;1]; B= [0;1;1;0...
casi 3 años hace | 0
| aceptada
Pregunta
if-else statement for 4 comparison
I want to use if-else & for-loop to make comparison where outputs can be one of four options- TP,TN,FP,FN Supposed I have two r...
casi 3 años hace | 4 respuestas | 0
4
respuestasPregunta
For loop to create a matrix array
I have a data X say X= 1:100 (integer 1 to 100) I want to write a for loop that will create matrix of w=10x5 (10rows, 5 colum...
casi 3 años hace | 2 respuestas | 0
2
respuestasPregunta
How do I normalise a Matrix that is close to Singular or badly scale
I have an extracted features to be used for HMM training. However, I am having an error Warning: Matrix is close to singular o...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
3D Plot of a Matrix with only Char data type
I have a matrix which with Char data type i.e All data are in text format. My goal is to make an x-y-z plot that will rep thes...
alrededor de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How do a cell2mat conversion for a non-uniform cell to a matrix
I have a 1 x 10 cell with Non-uniform data in each cell array. How do a cell2mat conversion without losing any of the element. ...
alrededor de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Neglecting difference between two values if it is very small so that value1= value2
I am working on a dataset. After some eigendecompostion process. I realise the difference between my values are as small as 1.8...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How can i reshape a matrix to my preferred dimension and discard the excess element
I have a signal whose size is 48640 but I want to reshape it using window size 512,1024,..etc but the [signal,Fs] = audiorea...
más de 3 años hace | 3 respuestas | 0
3
respuestasPregunta
Ploting a spectrogrma view from sample points in an audio signal
I extracted some samples from an audio signal. I am to plot and have the output in a spectrogram format without using the spect...
más de 3 años hace | 1 respuesta | 0
1
respuestaHow does `svd(A*A')` reduce the computational cost?
SVD reduces computational costs because it provides a numerically stable matrix decomposition. You may refer to https://www.yout...
más de 3 años hace | 0
Pregunta
How do I FFT a portion of an audio signal using window size 8000.
I want to carryout FFT on an audio signal using 8000 window size. The default sampling frequency of my signal is 96000Hz
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How do I remove any Column in a matrix
Please what is wrong with this function. I want it to remove 'n' column form the matrix A function B = column_removal(A,n) A...
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Outputing a correspond element of another variable
I want my final output to be the element A that is equivalent to B(max) A = ["Bayo" "Tun" "s"] B = [21, 45, 11] example...
casi 4 años hace | 1 respuesta | 0