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