photo

DEEPAK KUMAR


Last seen: 5 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
188,059
of 301,464

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,292

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,642

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

  • Explorer

View badges

Feeds

View by

Question


Index exceeds matrix dimensions
function [InitFunction, CostFunction, FeasibleFunction] = MLP_Heart InitFunction = @MLP_HeartInit; CostFunction = @MLP_Heart...

5 years ago | 0 answers | 0

0

answers

Question


Undefined function or variable 'cluster3'. Error in bloodtransfusion (line 128) L = cluster3(cluster3~=0); sizel=size(L); sizel=sizel(1:1); sizel=sizel/2;
clear; load ('transfusion.dat'); x=transfusion(1:end,2); y=transfusion(1:end,4); data=x; data(1:end,2)=y; numberofdata=748...

5 years ago | 0 answers | 0

0

answers