Field assignment to a non-structure array object
2 ビュー (過去 30 日間)
古いコメントを表示
Laurensius Christian Danuwinata
2016 年 1 月 5 日
コメント済み: Sivakumaran Chandrasekaran
2016 年 1 月 5 日
Hello,
I have a block(Subsystem) in the simulink with a mask, if I double click this block, then an GUI with an edit box and button would appearing. The button is to choose the data in my computer and the edit box to show a List ( as a result from my code ). Then, if an element from this list chosen, a number should be shown in an other block(Block2)
set_param(XXX, 'bitpatterns', YYY).
It worked, however, just for the first attempt, and for the next attempt it says
"Error evaluating 'MaskCallback' callback of Subsystem block(mask) 'main/Subsystem'. (btw. 'main' is the name of the file, main.slx)
Field assignment to a non-structure array object.
anyone have an idea?
1 件のコメント
Sivakumaran Chandrasekaran
2016 年 1 月 5 日
share the screenshot of the error. so that it can help us to understand more.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Event Functions についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!