How to solve the error: 'Undefined function or variable 'aviread''
조회 수: 1 (최근 30일)
이전 댓글 표시
I'm trying to run an old Matlab file which uses the function 'aviread'. I searched for the function in File Exchange but could not find it. I tried to use VideoReader instead of aviread. But it doesn't seem to have the the property 'cdata'.
댓글 수: 0
답변 (2개)
Stephane Dauvillier
2019년 5월 9일
Which version have you ?
aviread have been deprecated bfor releases before being removed completelly in the R2014b release. You have to use VideoReader function instead
댓글 수: 2
Walter Roberson
2019년 5월 9일
You will need to downgrade your MATLAB to about r2012a to duplicate the functionality of aviread.
We suggest that you consider modifying the code to use VideoReader and readframe, or the computer vision toolbox VideoFileReader which is designed for effecient streaming of frames.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Audio and Video Data에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!