フィルターのクリア

svmtrain function is not working in my matlab 2016a.

6 ビュー (過去 30 日間)
Sajja Tulasi Krishna
Sajja Tulasi Krishna 2018 年 4 月 25 日
回答済み: farid jafary 2020 年 4 月 23 日
I want to run svmtrain function on 2016a version of matlab. what will do

採用された回答

Steven Lord
Steven Lord 2018 年 4 月 25 日
Do you have Statistics and Machine Learning Toolbox installed? You can check this using the ver function. Since svmtrain is part of this toolbox, you must have that toolbox installed in order to use this function.
But if you have Statistics and Machine Learning Toolbox included in your installation, you might want to use the newer functions / classes introduced in release R2014a like fitcsvm, ClassificationSVM, and CompactClassificationSVM. This will be especially important if you want your code to work in release R2018a and later, as the Release Notes to which I linked indicate that svmtrain will error starting in release R2018a.
  8 件のコメント
Sajja Tulasi Krishna
Sajja Tulasi Krishna 2018 年 4 月 26 日
there is no y variable in this code
Sajja Tulasi Krishna
Sajja Tulasi Krishna 2018 年 4 月 26 日
what is y in it i don't know please solve this error

サインインしてコメントする。

その他の回答 (1 件)

farid jafary
farid jafary 2020 年 4 月 23 日
Hi, does anyone have the MatLab PCA-LDA Code MATLAB code?

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by