photo

mahendra


2013 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
0 回答

ランク
230,269
of 301,301

評判
0

コントリビューション
3 質問
0 回答

回答採用率
33.33%

獲得投票数
0

ランク
 of 21,236

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,897

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 2 件の回答 | 0

2

回答