How can I display the exit status of a compiled MATLAB application run from a shell script on Linux?
Mostrar comentarios más antiguos
When running a MATLAB application compiled with MATLAB Compiler from a shell script on Linux, does the exit status set by the "exit(N)" function automatically appear in the standard output or standard error? If not, how can I display or log the exit status after execution?
Example Shell Script:
#!/bin/bash
./compiled_matlab_app
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Introduction to Installation and Licensing 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!