How to access Simulink System Composer
53 ビュー (過去 30 日間)
古いコメントを表示
Hello - I have Matlab through my unkiversity. I am using the Radar Toolbox User's Guide to learn how to use the toolbox. I am using Matlab R2022a. On page 1-5 of the guide, it instructs to open the top level architecture "open_system('slexRadarArchitectureExample'). However, it does not load the file.
Is System Composer part of Simulink? If so, why can I not open it?
Thank you. John
0 件のコメント
回答 (1 件)
Josh Kahn
2023 年 3 月 6 日
Hi John,
Yes, System Composer is a separate toolbox that needs to be installed and can be found in the MATLAB Add-On Explorer.
If your are unable to find the architecture file, make sure that you first load the example using the openExample command:
openExample('radar/RadarArchitecturePart1Example')
Regards,
Josh
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!