how to convert a structure array to numeric matrix
4 次查看(过去 30 天)
显示 更早的评论
I am trying to use fitcsvm function in Matlab 2014a to classify the features. I used Md1=fitcsvm(X,Y) to create a svm model where X is a array of feature images of .mat extension and Y is label array. now I am having error that X should be a numeric matrix.
4 个评论
Stephen23
2017-12-24
Thus pls suggest me proper way to train the SVM and how to give test image to trained classifier and what will be the output? either it will give me matching class or matching image to query image.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Big Data Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!