photo

Vikneswaran Ramakrishnan


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
206,794
of 302,019

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,503

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 178,155

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


Value of gradient and y-intercept in plsregress
XL,YL,XS,YS,BETA,PCTVAR,MSE,stats] = plsregress(data,c1,2); yfit1= [ones(size(data,1),1) data]*BETA; i wanna ask on plsregre...

11 years ago | 0 answers | 0

0

answers

Question


I got an error ignoring extra legend entries.
x = [data2bl;data3bl;data4bl;data5bl]; for index = 1:2000 if index <= 500 Origin(index,:) = 'Smell1'; e...

11 years ago | 1 answer | 0

1

answer

Question


Hello guys.. I am currently doing project on raw data analysis of smell pattern.. the data is being analysed via pca,hca, and lda.. I already completed on PCA.. I need your help on HCA as it shows dimension mismatcH. tHIS IS MY PROGRAM.
clear all; clear; clc %call data d1=xlsread('amb010611.csv'); d2=xlsread('banana010611.csv'); d3=xlsread('rose010611...

11 years ago | 0 answers | 0

0

answers