フィルターのクリア

Low speed problem because of coder.extrinsic

1 回表示 (過去 30 日間)
Saeed Soltani
Saeed Soltani 2016 年 4 月 15 日
編集済み: Walter Roberson 2016 年 4 月 15 日
Hi everyone,
In order to change the picture of mask icon (as light illustration) in simulink, I was forced to use "coder.extrinsic" as following:
function showImage(input)
coder.extrinsic('set_param')
ModelECU= 'Project/Light';
if input==200
set_param(ModelECU,'MaskDisplay','image(imread(''Brake.jpg''))');
else
set_param(ModelECU,'MaskDisplay','image(imread(''white.png''))');
end
There are several other lights and it has reduced the speed of process dramatically. Is there any solution or even any other way to illustrate the lights?
Thank you in advanced.

回答 (0 件)

カテゴリ

Help Center および File ExchangeModeling についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by