[Matlab runtime] Running a .dll with functions from Curve Fitting Toolbox
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
guybrush
am 3 Sep. 2015
Beantwortet: Harsheel
am 4 Sep. 2015
Hi,
I've created a Matlab script that uses functions from the Curve Fitting Toolbox. After I convert it to a .dll file, if I want it to run on a server, will installing the Matlab runtime on the server be enough?
In other words, can the Matlab runtime handle functions from Toolboxes, without having the specific Toolbox (or Matlab itself) installed?
Thank you!
0 Kommentare
Akzeptierte Antwort
Harsheel
am 4 Sep. 2015
Yes, installing the MATLAB runtime on the server will be enough. The toolbox-specific functions are part of the .dll file that you compiled into. Just make sure that the Operating System on the server is the one that MATLAB supports ( link ) .
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Installation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!