How can I retrieve the names of hardware devices listed in the Hardware Implementation pane of the Simulink Configuration Parameters?

3 views (last 30 days)
I would like to get the list of hardware device parameters as listed in the Hardware Implementation pane in MATLAB. How can I do this?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 23 Sep 2020
For MATLAB releases 2019b and onwards, to get the list of hardware device parameters as listed in the Hardware Implementation pane, you can execute the attached function:
>> getHardwareDeviceParameterList()
For more information, see the help of the getHardwareDeviceParameterList function:
>> help getHardwareDeviceParameterList

More Answers (0)

Categories

Find more on Deployment, Integration, and Supported Hardware in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!