Output with included *.m files in mcc compiler

2 views (last 30 days)
Hi everybody,
I've just started to use the mcc compiler and I was wondering if it was possible to get an output listing the *.m files which have been actually used by the mcc compiler.
In the "Application compiler" (the GUI version let's say), the PackagingLog.txt file is generated. Here all the used *.m files are listed. But I couldn't find anything like this for the mcc...
My command looks something like this now:
mcc -e file.m -a ./other_m_script/* -d ./Outputfolder -v

Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!