필터 지우기
필터 지우기

While invoking the mcc executable does it suffice to only create an executable of the outermost function?

조회 수: 1 (최근 30일)
I have a function calling another function which in turn calls another function.
If I have to generate a compiled executable, does it suffice to only create a executable for the outermost function, or do I need to do it for every function?
If yes, what is the command for invoking all the executables with arugments to the outermost function from the unix?

채택된 답변

Bruno Luong
Bruno Luong 2020년 8월 17일
outermost function only
mcc -m mainfunction.m

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 C Shared Library Integration에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by