How to create an executable .exe file from a .m file

前端 未结 8 1626
逝去的感伤
逝去的感伤 2020-11-30 04:46

I was wondering if there is a way to create a \'.exe\' file from \' .m\' file in MATLAB, such that it can be run in machine which does not have MATLAB (like it can be done

8条回答
  •  北荒
    北荒 (楼主)
    2020-11-30 05:24

    The "StandAlone" method to compile .m file (or files) requires a set of Matlab published library (.dll) files on a target (non-Matlab) platform to allow execution of the compiler generated .exe.

    Check MATLAB main site for their compiler products and their limitations.

提交回复
热议问题