What happens when altering a compiled code?

조회 수: 8 (최근 30일)
samar mahmoud
samar mahmoud 2018년 3월 30일
답변: Rik 2018년 3월 30일
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일
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.

카테고리

Help CenterFile Exchange에서 Software Development Tools에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by