photo

Prashant Saini


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

4 个提问
0 个回答

排名
87,573
of 297,457

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

查看徽章

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...

4 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...

4 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...

4 years 前 | 2 个回答 | 0

2

个回答

提问


training model neural network
if reduceDataset numUniqueLabels = numel(unique(adsTrain.Labels)); % Reduce the dataset by a factor of 20 adsTrai...

4 years 前 | 1 个回答 | 0

1

个回答