Use Compiler to Deploy Code on Remote Unix Machine
古いコメントを表示
I would like to deploy MATLAB code on a remote unix machine that reads an input file and outputs a few output files. This is my first time deploying. How do I accomplish this? For simplicity, main.m contains a function which takes 2 arguments: 1) an input filename and 2) the path of a directory for saving the output files. And say I have a helper file fcn.m.
What are the steps for building the deployed code and executing it for a given input filename and output directory path?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で C Shared Library Integration についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!