Compiling MEX files
古いコメントを表示
Hi there,
Is there any way to compile a MEX file on MATLAB 2010 and then run the resulting function on a different version of matlab - matlab 2009?
what files do i need to transfer from matlab 2010 to 2009 to make it work?
what about compiling on matlab 7.0 and then running it on matlab 2009? what files would i need to transfer then?
thank you
harry
回答 (1 件)
James Tursa
2011 年 3 月 22 日
0 投票
In general, mex files are not guaranteed to be compatible from version to version, but they often do work. You will just have to try it out to see. Transfer the mex routine itself and any specific files that you know it needs (e.g., other non-MATLAB dll files).
カテゴリ
ヘルプ センター および File Exchange で Write C Functions Callable from MATLAB (MEX Files) についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!