Azzera filtri
Azzera filtri

MATLAB engine , C++ and MATLAB .dll files

2 visualizzazioni (ultimi 30 giorni)
Caroline
Caroline il 16 Ago 2013
I am using the MATLAB engine in C++ to read an excel file. If I want to make this C++ file into an executable and place it on a file server, do I need to install MATLAB on the file server? Or will it work if I use a static library link in C++ to link the .dll files from MATLAB to the .exe?
Thanks!

Risposta accettata

Jan
Jan il 16 Ago 2013
If you are calling the Matlab engine, Matlab has to be installed on the target machine. If you have the Compiler Toolbox you can build a standalone dll that you can call from within c++.
  3 Commenti
Jan
Jan il 16 Ago 2013
With the Compiler Toolbox you can build a dll (or standalone exe), that you can add to a c++ project and use on a target machine without a Matlab installation. However, you will need to install the (free) Matlab Compiler Runtime on the target machine. The Compiler Toolbox will be installed on the developing machine.
Caroline
Caroline il 16 Ago 2013
Thank you so much!

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Troubleshooting in MATLAB Compiler SDK in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by