Use Compiler to Deploy Code on Remote Unix Machine
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre C Shared Library Integration en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!