Makefile a matlab .m file
3 ビュー (過去 30 日間)
古いコメントを表示
I have more than 10 MATLAB files. There is call to each file from a master file. I want to run this program on a high performance computing cluster. This cluster have gcc and openMPI compiler available. Should I have to create a makefile? Please tell How from scratch? I am new to this topic.
or Should I have to convert my .m files to c/c++? there are more than 1000 lines of codes.
2 件のコメント
Pieter Hamming
2018 年 8 月 17 日
Does the computing cluster have a MATLAB instance? If so, you can give a .m file (or a set of them).
回答 (1 件)
Ryan Livingston
2018 年 8 月 17 日
One option is to deploy your code using either MATLAB Compiler or MATLAB Coder. There's an overview of those two processes here:
Both of those approaches allow the execution of MATLAB code without MATLAB being installed.
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!