Export Dependencies - command line function?
Mostra commenti meno recenti
One can create a dependencie analysis and export all the external files and all necessary functions in one neat little zip as descriped by: model-dependencies-help There is a command line function for creating the dependency analysis.
Question: But is there also a function for creating the zip file from within a matlab script/function?
Risposte (2)
Daniel Frisch
il 13 Nov 2020
This function finds all dependency code files and copies them into a single folder (that you can also zip afterwards):
copy_dependencies('my_script.m', 'target_folder')
Categorie
Scopri di più su Using MATLAB Projects in Simulink in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!