Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
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?

Akzeptierte Antwort

Bruno Luong
Bruno Luong am 17 Aug. 2020
outermost function only
mcc -m mainfunction.m

Weitere Antworten (0)

Kategorien

Mehr zu C Shared Library Integration finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by