Matlab Coder for accelerating the code for Home License

2 ビュー (過去 30 日間)
Jacob Dang
Jacob Dang 2016 年 6 月 11 日
コメント済み: Jacob Dang 2016 年 6 月 11 日
Hi All:
I notice Matlab coder can convert certain type of Matlab code to mex files, and so the speed may be greatly increased. This is a very useful functionality however it is not available to Home license. I have the following two (quite different) questions: 1. What are some typical speed improvements can be obtained by using Matlab coder? Is there any benchmark or review available for this product? 2. Is there any possibility to use this functionality under Home license? Note that (1) Academic and Professional version is too expensive for personal use; (2) Student version already has the Matlab coder toolbox included recently and (3) similarity functionalities are provided in Matlab competitor's product, e.g. Cython language.

採用された回答

Walter Roberson
Walter Roberson 2016 年 6 月 11 日
At present it is not permitted to use MATLAB Coder under Home license. I know that requests have been sent to the Product Manager to reconsider that.
Typical speed improvements depend a lot on what kind of operations are being generated. Operations that use heavily mathematical manipulation can end up being less efficient because MATLAB Coder does not convert the MATLAB into calls into LAPACK or LINPAC or similar routines that provide high performance computation.
  1 件のコメント
Jacob Dang
Jacob Dang 2016 年 6 月 11 日
Thanks a lot for the helpful answer and good to know that Matlab coder is being reconsidered to include in Home version. Really looking forward to that. :-)

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by