Simulink.allBlockDiagrams
불러온 Simulink 모델 및 라이브러리 찾기
설명
예제
불러온 모델 찾기
현재 Simulink® 세션에서 라이브러리를 제외한 불러온 모델을 모두 찾습니다. 이 예제에서는 일반적인 세션에서 도출되는 결과를 보여줍니다.
Simulink.allBlockDiagrams('model')
ans = 237.0001 56.0001 2.0001
불러온 블록 다이어그램 이름 가져오기
현재 Simulink 세션에서 불러온 모델을 모두 찾고 결과를 이름으로 반환합니다. Simulink.allBlockDiagrams
와 함께 get_param
함수를 사용하여 이름을 가져옵니다. 이 예제에서는 일반적인 세션에서 도출되는 결과를 보여주고 불러온 라이브러리와 모델을 포함합니다.
get_param(Simulink.allBlockDiagrams(),'Name')
ans = 5×1 cell array {'simulink_extras'} {'simulink' } {'sldemo_fuelsys' } {'f14' } {'vdp' }
특정 파라미터 값을 사용하여 불러온 블록 다이어그램 가져오기
현재 Simulink 세션에서 'Dirty'
파라미터가 'on'
으로 설정된 불러온 모델을 모두 찾습니다.
bds = Simulink.allBlockDiagrams(); dirtyBds = bds(strcmp(get_param(bds,'Dirty'),'on'));
입력 인수
type
— 반환할 블록의 블록 다이어그램 유형
'model'
| 'library'
반환할 블록의 블록 다이어그램 유형으로, 'model'
또는 'library'
로 지정됩니다.
출력 인수
bd
— 불러온 블록 다이어그램
핸들로 구성된 배열
불러온 블록 다이어그램으로, 핸들로 구성된 배열로 반환됩니다.
버전 내역
R2018a에 개발됨
MATLAB 명령
다음 MATLAB 명령에 해당하는 링크를 클릭했습니다.
명령을 실행하려면 MATLAB 명령 창에 입력하십시오. 웹 브라우저는 MATLAB 명령을 지원하지 않습니다.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)