What happens when altering a compiled code?
조회 수: 8 (최근 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
댓글 수: 0
답변 (1개)
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.
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Software Development Tools에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!