Octave - .m-File Compiler?

醉酒当歌 提交于 2019-12-08 17:36:03

问题


I know that with Matlab it is possible to compile the scripts / functions as an executable which can then be a standalone version together with Matlab Compiler Runtime.

Is there any possible way to compile .m-files associated with octave as an executable program in a way that the .m-files aren't needed anymore for it to run?

I would like to a have a standalone version of the script (possibility together with octave libraries / dlls) without the necessity of the .m-Files.


回答1:


I believe it is, see for example How do I create a simple Octave distributable without installing Octave, which references the relevant part of the documentation. However, I have never tried it, and it doesn't appear to be that straightforward (at first impression at least).



来源:https://stackoverflow.com/questions/24779199/octave-m-file-compiler

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!