I am unable to remove files in MatLab Compiler

1 Ansicht (letzte 30 Tage)
Robert
Robert am 20 Okt. 2017
Greetings, I am running MatLab Compiler for a collection of scripts, and have run into an odd problem. When the compiler loads the primary .m file that will drive the function, it uses a dependency analysis to identify functions, data sets, etc that will be necessary to run. The dependency analysis does not correctly identify all of the .m files needed, which is not much of a problem (as they can be added). However, it does identify a data file, which is not necessary to run. When I remove the file by deleting it, the Compiler App adds it back in again. No error messages are generated. The compiled code will run even with the extraneous data included (its simply not used), but this makes the .exe larger than necessary. Does anyone know what might cause the compiler to identify this file, and what a suitable workaround might be?
Thanks
Talbot

Antworten (0)

Kategorien

Mehr zu MATLAB Compiler finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by