Error using Merge Block

Assalamualaikmum & Hi all
I have a problem that is matlab error report like this "output port 1 is required to be persistent, hence this signal cannot be connected to a Merge block."
anyone can help me

2 个评论

The output of what block are you connecting to a Merge block?
Continous Sigmoid block. It from WinCon toolbox

请先登录,再进行评论。

 采纳的回答

Mohd Hazny Aziz
Mohd Hazny Aziz 2011-9-28

0 个投票

Thanks for help my problem already fix. Its actually a bug when using matlab 2007b. I found the solution on this link http://www.mathworks.com/support/bugreports/528501

更多回答(1 个)

Fangjun Jiang
Fangjun Jiang 2011-9-21

0 个投票

I don 't have that Toolbox so can't comment the specific. But simply said, you can not connect the output of that block to the Merge block. Double click the Merge block and click the "help" button, there is explanation about the Merge block. There are other situations that the output of certain blocks can not be connected to the Merge block.

2 个评论

ok. thanks for answering my question. However what does matlab mean by "is required to be persistent". Do you have any idea?
I know "persistent" from MATLAB M-programming point of view but never heard it is required by Simulink. Inside an M-function, you could define a variable temp, which is not an input argument nor an output argument. When the function is completed, the variable temp is going to be cleared. But if temp is declared as "persistent", it is not going to be cleared. Instead, it is saved, and the next time the same function is called, the variable temp can be used starting from its previous value.
Type help persistent or doc persistent for more information.

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 Startup and Shutdown 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by