Statistica
15 Domande
0 Risposte
RANK
88.406
of 300.292
REPUTAZIONE
0
CONTRIBUTI
15 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
20.0%
VOTI RICEVUTI
0
RANK
of 167.999
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 8 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
plot function not working
the code for my project is as follows A = [1.1269 -0.4940 0.1129; 1.0000 0 0; 0 ...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
please help with my code
Im trying to use kalman filters A = [1.1269 -0.4940 0.1129; 1.0000 0 0; 0 ...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
kalman filter in matlab
A = [1.1269 -0.4940 0.1129; 1.0000 0 0; 0 1.0000 0]; B = [-0.3832;...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
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);...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
can someone please explain this code step by step
clc clear all training0=xlsread('training set.xls'); training...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 8 anni fa | 0 risposte | 0
0
risposteDomanda
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...
oltre 8 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 8 anni fa | 0 risposte | 0