C# Matlab Program Launcher

Code to execute Matlab script or function without the requirement to launch Matlab manually.
2K descargas
Actualizado 6 jun 2010

Ver licencia

C# Matlab Program Launcher v1.1

Amitabh Verma
amitabh@amitabhverma.com

This C# code provides a sleek loader that would execute your Matlab script or function without the requirement to launch Matlab manually. **This loader requires Matlab to be installed.**

The launcher is useful in cases where there is a Matlab GUI for visualization of data since it will hide the command window. Options exist to view the command window as well, however, the true purpose of this code is to provide a Windows executable feel.

Files included:

1. C# Matlab Program Launcher v1.0 (C# source code)
Matlab Interface Library by Emanuele Ruffaldi (EngMATLib.cs included in program build from v1.1 instead of dll)
2. Example using the C# Launcher - Image Patch Tool (http://www.mathworks.com/matlabcentral/fileexchange/25111-imagepatchtool)
4. some_bat_file.bat // bat file to load any drivers (optional)

Howto:

1. Download (free version) C# from http://www.microsoft.com/express/Downloads/#2010-Visual-CS)
2. Open Matlab Envelope.csproj in C# and Build using Shift+F6
3. Copy ImagePatchTool.exe to the Example/ImagePatchTool folder
4. Run the Matlab script ImagePatchTool.m using the loader ImagePatchTool.exe without the need to run Matlab

To link your Matlab GUI the only modification required are:

1. Adding the following line to the _OpeningFcn in your m-file
ImagePatchTool = guihandles(); % Link for C# loader

2. Editing the name of the m-file in the C# code

Citar como

Amitabh Verma (2024). C# Matlab Program Launcher (https://www.mathworks.com/matlabcentral/fileexchange/27654-c-matlab-program-launcher), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2010a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre File Operations en Help Center y MATLAB Answers.
Agradecimientos

Inspirado por: ImagePatchTool

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

C# Matlab Program Launcher/Example/ImagePatchTool/

Versión Publicado Notas de la versión
1.2.0.0

Simpler compiling process. Corrected some references. Edited Howto for changes in version 1.1.

1.0.0.0