Install Embedded Coder for Matlabb 2022
显示 更早的评论
Hello, I want the Embeded Coder Suport Packge for Texas Instruments C2000 Processor, but I get the following error message "The support package requires the following products to be installed:
embedded coder"
what is the best way to go about it.
thanks in advance
1 个评论
Brian
2022-11-18
Do you have an Embedded Coder license and have Embedded Coder installed?
The following command checks if a license exists for Embedded Coder:
>> license('test','RTW_Embedded_Coder')
The following command checks if a license is checked out for Embedded Coder:
>> license('checkout','RTW_Embedded_Coder')
Do both of these return 1 as the output?
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 ARM Cortex-A Processors 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!