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

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 件のコメント

Walter Roberson
Walter Roberson 2017 年 7 月 31 日
It appears to me that R2014a was the last release that had readavi, not R2014b
Pratik
Pratik 2017 年 7 月 31 日
Thanks a lot for your kind reply.
Wilson A N
Wilson A N 2017 年 8 月 1 日
Yes. Sorry about that. It is indeed MATLAB R2014a

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeWrite C Functions Callable from MATLAB (MEX Files) についてさらに検索

質問済み:

2017 年 7 月 28 日

コメント済み:

2017 年 8 月 1 日

Community Treasure Hunt

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

Start Hunting!

Translated by