Nana Fernandes
Followers: 0 Following: 0
Estadística
15 Preguntas
0 Respuestas
CLASIFICACIÓN
285.927
of 295.486
REPUTACIÓN
0
CONTRIBUCIONES
15 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
20.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.236
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.950
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
how to select a random row from an excel sheet which has 16801 rows and 28 columns ?
i have an excel sheet of 16801x28 and want to randomly select one row out of this to give it as a input to my kalman filter i j...
más de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
how to know which row is read in knn
i have a code which runs knn and compares two excel sheets and give me the value whether its a fault or not. i want to know whi...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
plot function not working
the code for my project is as follows A = [1.1269 -0.4940 0.1129; 1.0000 0 0; 0 ...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
how to implement kalman filter function?
we are working on a code that requires to merge the measured value with the true value of the dataset using kalman filter. Below...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
kalman filter input removal
I am forcefully adding 28 inputs so i can get the kalman filter to run( my input is 28 columns so i need 28 inputs) , i would li...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
please help with my code
Im trying to use kalman filters A = [1.1269 -0.4940 0.1129; 1.0000 0 0; 0 ...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
kalman filter in matlab
A = [1.1269 -0.4940 0.1129; 1.0000 0 0; 0 1.0000 0]; B = [-0.3832;...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Sine function plotting help
I have fourteen values of voltage and fourteen values of time and i want to read these six values from excel sheet and plot them...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Inner matrix dimensions must agree error
nlen=28; a=ones(5601,nlen); h=ones(5600,nlen); Q=0.01; x=ones(5600,nlen); w1=ones(5600,nlen); w=w1*sqrt(Q);...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Can someone please explain me the code and how can i give my input in it?
I want a kalman filter with two inputs and one output port; 1st Input is a excel sheet with 16801x28 and 2nd is a sample of whic...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
how to generate a sine wave with my data in excel sheet?
the values in the excel sheet are voltage and phase values with voltage being from column A to N and phase values are from colum...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
can someone please explain this code step by step
clc clear all training0=xlsread('training set.xls'); training...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
how to implement knn classification?
we are working on a power system on which we have to determine whether the failure of the power system is a fault or not a fault...
más de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Knn code to compare two excel sheet
we are working on a power system on which we have to determine whether the failure of the power system is a fault or not a fault...
más de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to use knn classification algorithm to find the nearest neighbour
we have a excel sheet which is our dataset and another excel sheet(say training set) having few but same values from the origina...
más de 7 años hace | 0 respuestas | 0