Simulink model not opening from documentation
이전 댓글 표시
Hi team, Simulink model not opening from documentation, but same model opening from simulink-- examples Please help
답변 (5개)
Sai
2022년 11월 23일
0 개 추천
There are some instances where the design models are not added as an examples but as screenshots in the documentation page for the completeness. Hence, it is not possible to access such design models and we have to manually create them in Simulink.
댓글 수: 2
Rahul Nath
2022년 11월 23일
Sai
2022년 11월 23일
Can you please share the documentation link of the example which you want to access or open? And the Simulink example you are able to open
Rahul Nath
2022년 11월 23일
0 개 추천
댓글 수: 2
Sai
2022년 11월 23일
There is an example in the documentation page link you provided. You can access that example by running the following command in your command window
>>openExample('comm/DVBS2LinkIncludingLDPCCodingSimulinkExample')
OJ
2025년 8월 13일
In my own case, when I try to open example, I get the error message:
Error using matlab.internal.examples.componentExamplesDir (line 16)
Invalid argument "comm".
Error in findExample (line 18)
componentExamplesDir = matlab.internal.examples.componentExamplesDir(component);
Error in openExample (line 30)
metadata = findExample(exampleId);
All the examples behave like that including the example you posted above.
Can anyone help me please
Rahul Nath
2022년 11월 23일
0 개 추천
댓글 수: 4
Sai
2022년 11월 23일
I hope the following steps might help you
Step - 1: Click on Help dropdown where you can select Documentation

Step - 2: Search for dvb-s.2 and press Enter

Step - 3: From the Results, click second link(DVB-S.2 Link, Including LDPC Coding in Simulink)

Step - 4: Click on Open Model

Step - 5: Click Yes and then the model will be opened in Simulink

Rahul Nath
2022년 11월 23일
Sai
2022년 11월 23일
Try restarting the MATLAB.
카테고리
도움말 센터 및 File Exchange에서 Simulink Environment Customization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!