Prashant Saini
Followers: 0 Following: 0
Feeds
提问
multisvm T value error
function [itr] = multisvm(T,C,testselectfea) u=unique(C); N=length(u); c4=[]; c3=[]; j=1; k=1; if(N>2) itr=1; r...
3 years 前 | 2 个回答 | 0
2
个回答提问
not inuff input argument
function [itr] = multisvm( T,C,tst ) u=unique(C); N=length(u); c4=[]; c3=[]; j=1; k=1; if(N>2) itr=1; classes=0...
3 years 前 | 1 个回答 | 0
1
个回答提问
audio recording issue with wavrecord function matlab 2020
clc; close all; clear all; Fs=8000; Nseconds = 1; samp=6; words=5; for i= 1:1:samp fprintf('say AHEAD immediatel...
3 years 前 | 2 个回答 | 0
2
个回答提问
training model neural network
if reduceDataset numUniqueLabels = numel(unique(adsTrain.Labels)); % Reduce the dataset by a factor of 20 adsTrai...
3 years 前 | 1 个回答 | 0