photo

Nana Fernandes


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

15 个提问
0 个回答

排名
88,394
of 300,233

声誉
0

贡献数
15 个提问
0 个回答

回答接受率
20.0%

收到投票数
0

排名
 of 20,897

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 167,786

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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...

8 years 前 | 2 个回答 | 0

2

个回答

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


plot function not working
the code for my project is as follows A = [1.1269 -0.4940 0.1129; 1.0000 0 0; 0 ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


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...

8 years 前 | 0 个回答 | 0

0

个回答

提问


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...

8 years 前 | 0 个回答 | 0

0

个回答

提问


please help with my code
Im trying to use kalman filters A = [1.1269 -0.4940 0.1129; 1.0000 0 0; 0 ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


kalman filter in matlab
A = [1.1269 -0.4940 0.1129; 1.0000 0 0; 0 1.0000 0]; B = [-0.3832;...

8 years 前 | 0 个回答 | 0

0

个回答

提问


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...

8 years 前 | 0 个回答 | 0

0

个回答

提问


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);...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 0 个回答 | 0

0

个回答

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


can someone please explain this code step by step
clc clear all training0=xlsread('training set.xls'); training...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 0 个回答 | 0

0

个回答

提问


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...

8 years 前 | 1 个回答 | 0

1

个回答

提问


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...

8 years 前 | 0 个回答 | 0

0

个回答