Elbert Abrea
Followers: 0 Following: 0
統計
MATLAB Answers
4 質問
0 回答
ランク
of 154,057
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How do I apply my machine learning model acquired in machine learning app to microcontroller for implementation?
5年弱 前 | 1 件の回答 | 0
1
回答質問
Any idea how to fix fitcsvm code of mine, the program runs in 2016a but as I installed 2018a I get this error of svmtrain saying svmtrain was removed and suggested to use fitcsvm so i changed it to fitcsvm but an error occurred.
SPECTF = csvread('ThesisDataW1v2.csv'); labels = SPECTF(:,1); features = SPECTF(:,2:end); features_sparse = sparse(features);...
5年弱 前 | 1 件の回答 | 0
1
回答質問
Hello everyone! I have problem at line 8 and it states Wrong input format at line 1. Hope you could help me thank you! Godbless
Here is my code: SPECTF = csvread('ThesisDataW1v3.csv'); labels = SPECTF(:,1); features = SPECTF(:,2:end); features_sparse =...
5年弱 前 | 1 件の回答 | 0