converting a "MATLAB Class" to "mex"
3 ビュー (過去 30 日間)
古いコメントを表示
Hello,
Is it possible to covert (compile) a MATLAB class (with several functions and properties) to a mex format to speed up the simulation time.
FYI, I know that how to put a class in MATLAB function and compile it. That is not what I am looking for because I want to access class functions and run them while I change their properties.
Thanks if advance, Hamid.
1 件のコメント
Walter Roberson
2015 年 11 月 27 日
Which MATLAB release are you using? The performance of classes should have increased notably in R2015b.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で MATLAB Compiler についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!