I am newbie in Matlab. I want to read a video file and I am trying this command video=mmread('Hello.avi');
but I am getting this error:
??? Undefined function or method 'mmread9' for input arguments of type 'char'.
I am newbie in Matlab. I want to read a video file and I am trying this command video=mmread('Hello.avi');
but I am getting this error:
??? Undefined function or method 'mmread9' for input arguments of type 'char'.
mmread()
is not built in to Matlab. But you can download it at http://www.mathworks.com/matlabcentral/fileexchange/8028-mmread