Cant create the .ctf file using mcc command in 2009a
Ältere Kommentare anzeigen
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.
Antworten (1)
Kaustubha Govind
am 27 Feb. 2012
0 Stimmen
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.
Kategorien
Mehr zu Programming Utilities finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!