photo

mahendra


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
223,416
of 301,200

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,190

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,339

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

  • Thankful Level 1

View badges

Feeds

View by

Question


how to average 5 RGB images ?
a,b,c,d,e --------------- 5 rgb image matrix. sum = a+b+c+d+e; average = sum./5; *_average image has same dimen...

12 years ago | 1 answer | 0

1

answer

Question


DATA = {3 6 'three';21 3 'three';5 20 'five';4 6 'two';8 12 'two';9 18 'three';20 25 'five';30 15 'three';24 16 'two';10 5 'five';3 33 'three'};
*_Classify given DATA in GROUP 'two','three' and 'five' using SVM ._* How to classify given DATA in given GROUP ? pl...

12 years ago | 1 answer | 0

1

answer

Question


please help me to classify data in three group using SVM .
load fisheriris data = [meas(:,1), meas(:,2)]; groups = ismember(species,'setosa'); % create a new col...

12 years ago | 2 answers | 0

2

answers