Community Profile

photo

benvolio


Last seen: alrededor de 2 años hace Con actividad desde 2020

Estadísticas

  • First Answer

Ver insignias

Content Feed

Ver por

Respondida
How do I extract specific rows from Excel and transfer those into Matlab?
Try the readmatrix function. Something along the lines of column_C = readmatrix(path2xlsx, 'Range', 'C:C'); % To get the ro...

más de 3 años hace | 0

Respondida
VideoReader Error: "The byte stream type of the given URL is unsupported"
This turned out to be an unsupported codec issue. Downloading https://www.mediaplayercodecpack.com/ resolved the issue.

más de 3 años hace | 2

| aceptada

Pregunta


VideoReader Error: "The byte stream type of the given URL is unsupported"
I am trying to query the NumFrames property of an mp4 file but am met with the error: mp4 = VideoReader('2G.mp4') "Error using...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


UndefinedFunction error was thrown on the workers for 'filedata'
When trying to run the code below: outfname = ["path\to\file"]; % Telling workers which files to access pool...

casi 4 años hace | 1 respuesta | 0

1

respuesta