photo

Kinjal Joshi


Last seen: plus de 2 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

2 Questions
1 Réponse

RANG
154 112
of 300 364

RÉPUTATION
0

CONTRIBUTIONS
2 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Answer

Afficher les badges

Feeds

Afficher par

Question


Getting Error in reading video file.
Hello, I am trying to read a video file with extension .avi using VideoReader, but getting error Unable to determine the requir...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


Error in using classify function.
net=patternnet(10); [net,tr]=train(net,trainoflow,op); [ypred,scores]=classify(net,testoflow); The above code give me error a...

presque 6 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
Classify requires at least 3 arguments
net=patternnet(10); [net,tr]=train(net,trainoflow,op); [ypred,scores]=classify(net,testoflow); The above code give me error...

presque 6 ans il y a | 0