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!