如何查看mac版simulink支持哪些工具箱?

조회 수: 3 (최근 30일)
桐
2024년 1월 28일
답변: Harimurali 2024년 2월 6일
如题

답변 (1개)

Harimurali
Harimurali 2024년 2월 6일
Hi 桐,
我会用英语回答这个问题,因为我的母语不是中文。
The MATLAB toolboxes that are not supported in Mac OS can be found in the following link: https://www.mathworks.com/support/requirements/matlab-mac.html
The following MATLAB command is used to find if your license supports a given toolbox:
license checkout Toolbox_Name
%For example:
%license checkout Vehicle_Network_Toolbox
%output "1" => supports
%output "0" => does not support

카테고리

Help CenterFile Exchange에서 安装和许可简介에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!