photo

Astha Ameta


MPUAT

自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
2 个回答

排名
237,770
of 297,527

声誉
0

贡献数
5 个提问
2 个回答

回答接受率
20.0%

收到投票数
0

排名
 of 20,454

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,075

贡献数
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...

7 years 前 | 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(...

8 years 前 | 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),...

8 years 前 | 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...

8 years 前 | 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); ...

8 years 前 | 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...

8 years 前 | 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...

8 years 前 | 0