Community Profile

photo

Logeswaran pitchai muthaiyah


Last seen: 3년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


i got a error in median
%Train PCA load Xtest.mat; %Input data from TE Chemical Process X=Xtest(1:501,1:2); %2 continuous variable % find dimension ...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


when i try to run mean function
%load('Ftr.mat'); %load first 1000 data data = xlsread('data.xlsx','Sheet1'); Ftrain= data(1:990, :); Ftest=data(991:1000, :)...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


when i tried run something from excel it shows error?
%load('Ftr.mat'); %load first 1000 data Data=xlsread('data.xlsx','Sheet1'); Ftrain= Data(1:1:990); Ftest=Data(1:1:1000); w...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Unable to perform assignment because the size of the left side is 3-by-1 and the size of the right side is 4-by-1. X(:,1)=Xint is showing the error
A=[-0.01613 0 0.04348 0; 0 -0.01111 0 0.03333; 0 0 -0.04348 0; 0 0 0 -0.03333]; B=[0.08325 0; 0 0.06281; 0 0.04786; 0.03122 0];...

3년 초과 전 | 답변 수: 1 | 0

1

답변