Parameter writer block use case issue
22 次查看(过去 30 天)
显示 更早的评论
Added TEMP variable in Model workspace and assigned this variable to constant block.
Contant block is linked with Parameter Writer block to perform logic. after compiling the Model showing following error meassage:
Parameter Writer block /Initialize Function/Parameter Writer1' is unable to write to the parameter 'Value' of the block 'ModelTest/TEMP' because the block is initialized with a mask parameter or workspace variable on its dialog. Writing to such parameters using the Parameter Writer block is not supported
0 个评论
回答(1 个)
Mark McBroom
2024-2-17
It sounds like the value for the Constant block is not TEMP. You need to double click on the Constant block and enter "TEMP" as the Constan block value.
另请参阅
类别
在 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!