필터 지우기
필터 지우기

How to change the device type from Matlab?

조회 수: 2 (최근 30일)
Alexandru
Alexandru 2013년 7월 16일
Hello!
In order to change automatically from Matlab the device type in Simulink I am using this line:
set_param('ProdHWDeviceType', 'Generic->32-bit Embedded Processor');
But without result. After running this line, nothing will change in the Hardware Implementation panel. Do I need to set some other properties?
Thank you!

답변 (1개)

Kaustubha Govind
Kaustubha Govind 2013년 7월 16일
You need to pass in the name of the model as the first argument:
set_param('modelname', 'ProdHWDeviceType', 'Generic->32-bit Embedded Processor');

카테고리

Help CenterFile Exchange에서 Raspberry Pi Hardware에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by