Chandini Govind - MATLAB Central
photo

Chandini Govind


Last seen: 5 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 09/19 to 03/25Use left and right arrows to move selectionFrom 09/19Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 Questions
0 Answers

RANK
154,985
of 297,547

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,454

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,122

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


Too many input arguments.
clc; close all; clear all; %load train dataset train=xlsread('trainchanged.csv','A2:AG1000'); class_label=train(:,33);...

5 years ago | 1 answer | 0

1

answer

Question


how to view changed matrix
hi, i have attached a code below clc clear [~,~,A]=xlsread('duplicateset1.xls'); %A(isnan(A))=-1; cellfun(@isnan,A,'Unifor...

5 years ago | 0 answers | 0

0

answers

Question


reading of xls file without nan
hi i have xls sheet as dataset and is read using xlsread(),but at the columns having single character like 'M/F' or 'Y/N' the ...

5 years ago | 1 answer | 0

1

answer

Question


how to do cross-validation without built-in function in excel data
i am studying about different classifires and i like to know how to do cross-validation without built-in function.i am using iri...

5 years ago | 0 answers | 0

0

answers