Is the readavi mex file removed in the latest Matlab version along with aviread.m ?

조회 수: 3 (최근 30일)
I am trying to work on a script that uses readavi.m which is getting called from aviread.m. Since aviread is not available in the latest Matlab release does this mean that the mex file readavi.m is also removed ?

채택된 답변

Wilson A N
Wilson A N 2017년 7월 31일
If you execute the following command in the previous versions of MATLAB (MATLAB R2014b for instance), I was able to find out if the readavi mex file existed by determining its location.
>> which -all readavi
If the same command is executed in the latest revisions of MATLAB it doesn't return any valid output. Hence, I presume the readavi mex file have also been removed.
  댓글 수: 3
Wilson A N
Wilson A N 2017년 8월 1일
Yes. Sorry about that. It is indeed MATLAB R2014a

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Performance and Memory에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by