C# Matlab Program Launcher

Code to execute Matlab script or function without the requirement to launch Matlab manually.
2K Downloads
Updated 6 Jun 2010

View License

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

Cite As

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

MATLAB Release Compatibility
Created with R2010a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on File Operations in Help Center and MATLAB Answers
Acknowledgements

Inspired by: 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/

Version Published Release Notes
1.2.0.0

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

1.0.0.0