What happens when altering a compiled code?

If i have a c++ code which already compiled and run in matlab and i alter in the code in .cpp file only, If i need to alter any other files or not and if i need what are these files

답변 (1개)

Rik
Rik 2018년 3월 30일

0 개 추천

Matlab is not running the cpp-file, so altering it has no effect. If you want to change the code that Matlab runs, you will have to re-compile the edited cpp-file to mex.

카테고리

도움말 센터File Exchange에서 Software Development Tools에 대해 자세히 알아보기

태그

질문:

2018년 3월 30일

답변:

Rik
2018년 3월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by