Cant create the .ctf file using mcc command in 2009a
显示 更早的评论
when i creates a cshared library using mcc command of m file, All other files are created except '.ctf' file. how to get that file.
回答(1 个)
Kaustubha Govind
2012-2-27
0 个投票
It is embedded into the generated binary by default starting in R2008b. If you do not want it to embedded, uncheck the Embed CTF Archive option in deploytool, or use the -C option with the mcc command.
类别
在 帮助中心 和 File Exchange 中查找有关 Programming Utilities 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!