Distinguish MATLAB Library & Custom Library

11 ビュー (過去 30 日間)
Chaitanya Kulkarni
Chaitanya Kulkarni 2018 年 9 月 20 日
回答済み: TAB 2018 年 9 月 21 日
How to identify if the library blocks used in the model are coming from MATLAB toolbox library or customized libraries. with 'ReferenceBlock' Command, but there is no common syntax for MATLAB Library.For e.g. fl_lib, Simulink.....
1. Is there any other attribute to differentiate this. 2. If not, anybody has complete list of libraries from all the toolboxes of MATLAB
  1 件のコメント
KALYAN ACHARJYA
KALYAN ACHARJYA 2018 年 9 月 20 日
A custom library you have to add, whereas Matlab inbuilt doesn't require that.

サインインしてコメントする。

採用された回答

TAB
TAB 2018 年 9 月 21 日
libdata = libinfo(gcb);
libdir = which(libdata(1).Library, '-all');
If libdir have a matlab installation path, then it is Matlab toolbox library.
If libdir is your path where you have saved library (maybe outside matlab installation path) then it is custom library.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeManage Products についてさらに検索

タグ

製品


リリース

R2016b

Community Treasure Hunt

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

Start Hunting!

Translated by