photo

Astha Ameta


MPUAT

2016 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
2 回答

ランク
228,249
of 300,364

評判
0

コントリビューション
5 質問
2 回答

回答採用率
20.0%

獲得投票数
0

ランク
 of 20,934

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 168,407

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


Plot Support Vectors, Margin and decision boundary using LIBSVM MATLAB interface
I am using Matlab-Libsvm Interface for binary classification using SVM. I have multi dimensional data. I need to plot decision b...

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

0

回答

質問


Invalid mex file error for libsvmread()
I have libsvm properly installed at my system, and svmtrain is also working fine, but there is error while executing libsvmread(...

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

0

回答

質問


Error in matlab code for best c and gamma using svmtrain()
In the following code snippet: for i=1:numel(C) cv_acc(i) = svmtrain(labels, data, sprintf('-c %f -g %f -v %d ', 2^C(i),...

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

1

回答

質問


Invalid mex file error
When I run the following code statement: model = svmtrain(labels, data, '-s 0 -t 2 -c 1 -g 0.1'); I get error: Invalid ME...

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

1

回答

回答済み
How can I eliminate the following error?
Below is the code snippet for svmtrain.m : if plotflag hSV = svmplotsvs(hAxis,hLines,groupString,svm_struct); ...

9年弱 前 | 0

質問


Matlab R2010a supported compiler Visual C++ 2010 is not showing even after downloading.
I need to install matlab supported compiler and I downloaded a zip file for the compatible compiler and run the following comman...

9年弱 前 | 2 件の回答 | 0

2

回答

回答済み
How can I use Microsoft Visual C++ 2010 to create MEX files with MATLAB 7.10 (R2010a)?
Hello After replacing path_to_zip_file with the location of zip file, I get following error: ??? Error using ==> mkdir Acce...

9年弱 前 | 0