Community Profile

photo

Kinjal Joshi


Last seen: 12 meses hace Con actividad desde 2019

Estadísticas

  • First Answer

Ver insignias

Content Feed

Ver por

Pregunta


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

casi 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 4 años hace | 0 respuestas | 0

0

respuestas

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

más de 4 años hace | 0