Basavaraja V - MATLAB Central
photo

Basavaraja V


2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 03/18 to 03/25Use left and right arrows to move selectionFrom 03/18Use 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

13 質問
0 回答

ランク
117,690
of 297,870

評判
0

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

回答採用率
38.46%

獲得投票数
0

ランク
 of 20,500

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,704

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Error using svm classifier
Error using svmtrain (line 274) SVMTRAIN only supports classification into two groups. GROUP contains 4 groups. Error in Cl...

6年以上 前 | 1 件の回答 | 0

1

回答

質問


How to debugg below error, Below we have attached file.
Error using crossval>evalFun (line 480) The function '@(xtr,ytr,xte,yte)confusionmat(yte,classify(xte,xtr,ytr),'order',order)' ...

7年弱 前 | 0 件の回答 | 0

0

回答

質問


How to get 10 fold cross validation results.
If there is any way to get 10 confusion matrices or accuracy of the 10 fold cross validation for svm classifier.

7年弱 前 | 1 件の回答 | 0

1

回答

質問


why below code takes longer time to execute, even with only one input image it takes longer time to execute.
We plan to use this code for 1000 images so it is very difficult to complete so any other way is there to do this.

7年弱 前 | 1 件の回答 | 0

1

回答

質問


I have applied K- means cluster k=2 and I obtained each iteration and sum but I want standard deviation for each cluster in the iteration. Description is in Output file.
clear; clc; load('AgeEstimation.mat','DS'); [idx,ctrs] = kmeans(DS{1,1}',2,'Display','iter');

約7年 前 | 0 件の回答 | 0

0

回答

1

回答

質問


X=56.8946e-03 I wanted X=56.9
We tried using sprintf('%.f',X) but it not the result what we expected.

約7年 前 | 0 件の回答 | 0

0

回答

質問


How to draw a line around for each connected components in an edge image. I tried bellow using bwboundaries() but i didn't get expected output.
<</matlabcentral/answers/uploaded_files/107087/b.PNG>>

約7年 前 | 1 件の回答 | 0

1

回答

質問


For each pixel in C, go to G and extract the whole component in G corresponding to pixels in C.below we attached C and G Images
<</matlabcentral/answers/uploaded_files/107027/C.PNG>> <</matlabcentral/answers/uploaded_files/107028/G.PNG>>

約7年 前 | 1 件の回答 | 0

1

回答