How do i know which Simulink Libraries are used in the Program?

24 ビュー (過去 30 日間)
Markus Hoffmann
Markus Hoffmann 2021 年 6 月 29 日
回答済み: Fangjun Jiang 2021 年 6 月 29 日
Hello Community,
As the title says i received a Matlab and a Simulink file. The Problem: i cant run it since some Libraries are missing. How do i know which libraries i have to install?
The Simulink Error is e.g. "Cannot find library called 'Delft_Tyre_dtlib'."
When i run the command: "license('inuse')" i get a List, eg. "power_system_blocks"
both is not very helpful, since neither seems to exist in the add ons Tab.
Thanks in advance.

回答 (1 件)

Fangjun Jiang
Fangjun Jiang 2021 年 6 月 29 日
license('inuse') tells the "toolboxes" that are used. What you need is libinfo('ModelName').
Most likely, 'Delft_Tyre_dtlib' is a customized library. You will need to ask the source of your Simulink model to provide that library file. Without it, libinfo() may not run or won't return correct result.

カテゴリ

Help Center および File ExchangeCreate Large-Scale Model Components についてさらに検索

製品


リリース

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by