main content

matlab 算法加速 -凯发k8网页登录

使用生成的 mex 函数加速代码执行

通过生成 mex 函数加快 matlab® 代码的计算量密集部分的执行速度。为获得最佳结果,请遵循最佳做法并使用优化策略。

函数

codegenmatlab 代码生成 c/c 代码。

主题


  • 遵循加速 matlab 算法的工作流。


  • accelerate matlab algorithms by generating mex functions.


  • 按照使用 matlab coder™ app 生成 mex 函数的工作流进行操作。


  • follow the workflow for generating mex functions with codegen.

  • (statistics and machine learning toolbox)

    generate code that implements incremental learning for binary linear classification at the command line.


  • follow best practices for using mex functions to accelerate matlab algorithms.

  • 使用 matlab 探查器探查 mex 函数

    请在 matlab 探查器中查看生成的 mex 函数的执行时间和代码覆盖率。


  • improve performance by disabling run-time checks.


  • 优化所生成的代码的执行速度或内存使用量。


  • use matlab coder to accelerate an algorithm used by an application that you intend to deploy with matlab compiler™.

网站地图