Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
MatLab Coder & Simulink Coder: Do they convert the custom functions used to C++ or do they reference the .m file
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I am trying to get my function to work without someone needing MatLab. When I am converting a MatLab function to C++ and the function references another matlab function, do I have to convert the other function to C++ first and reference that.
0 Kommentare
Antworten (1)
Ankita Nargundkar
am 21 Jun. 2017
C and C++ code generated in MATLAB ( assuming you are using Simulink Coder) are standalone and do not need access to MATLAB in anyway once generated.
0 Kommentare
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!