Can I step through Matlab code when it's added to an application as a DLL
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Eugene Davis
am 6 Jun. 2017
Beantwortet: Sanjana Ramakrishnan
am 15 Jun. 2017
I know I can have a live link between Matlab and excel using excellink. This allows me to debug code easily. When I pass the code to deployment they use compiler SDK to build the application. Is there a way they could also step through the code in the even of a Matlab caused run-time error?
0 Kommentare
Akzeptierte Antwort
Sanjana Ramakrishnan
am 15 Jun. 2017
It is not possible to step through the code in the compiled application, as the code would get encrypted during the process of compilation.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu MATLAB Compiler SDK 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!