Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Dependency report for a mixed code of Matlab and Simuilink model

1 回表示 (過去 30 日間)
Noam Greenboim
Noam Greenboim 2015 年 3 月 29 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I have a Matlab code that calls several Simulink models. There are not a few functions involved, and some .fis files and .mat files.
I am looking for a way to have a detailed dependency report.
So far, I found this function:
matlab.codetools.requiredFilesAndProducts
It's not bad, but it misses the Simulink models (and Simulink as a product), and it doesn't give any indication about files other than .m files.
What is the best way to do that?

回答 (1 件)

Sebastian Castro
Sebastian Castro 2015 年 3 月 29 日
You can generate Model Manifests from Simulink models, which gives you all this information.
Given that your "top-level" artifact is a MATLAB file and not a model, it might be worth putting all the files you need into a Simulink Project . Then, you can run a Dependency analysis on the whole folder. This should pick up all sorts of different file types as dependencies.
- Sebastian

Community Treasure Hunt

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

Start Hunting!

Translated by