What are VideoReader error identifiers
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Thomas
el 30 de Mzo. de 2015
Respondida: Thomas
el 30 de Mzo. de 2015
Hello, I am getting a report that this error is occasionally reported by my standalone GUI

I have a decent understanding as to why, so that is not the question. However I am not sure how to catch this error to handle it, since I have no access to the flawed avi.
Is this the correct way to catch it
catch ME
if strcmpi(ME.identifier, 'MATLAB:VideoReader:codecnotfound')
or is it something else than 'MATLAB:VideoReader:codecnotfound' ? Code in videoReader doesnt explicitly state what the error's identifier is
*I am using matlab r2013a
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre Scope Variables and Generate Names en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!