Why does the ‘UserData’ property for a block not persist across Simulink

Technical Source
1 min readOct 9, 2021

Why does the ‘UserData’ property for a block not persist across Simulink sessions even though I have the ‘UserDataPersistent’ property set to ‘on’?

ANSWER

Matlabsolutions.com provide latest MatLab Homework Help,MatLab Assignment Help for students, engineers and researchers in Multiple Branches like ECE, EEE, CSE, Mechanical, Civil with 100% output.Matlab Code for B.E, B.Tech,M.E,M.Tech, Ph.D. Scholars with 100% privacy guaranteed. Get MATLAB projects with source code for your learning and research.

Any entity that can be saved in a MAT file and then loaded back to the MATLAB workspace will persist when saved in the ‘UserData’ field for a block.

For example, a .NET object cannot be saved in a MAT file and retrieved later. Hence, if it is attached to the ‘UserData’ property, it will be lost if the model is closed or Simulink is closed.

The ‘UserData’ and ‘UserDataPersistent’ properties for any block can be set using the ‘set_param’ command. For example, after selecting a block in a Simulink block diagram, the following commands can be used to set the properties:

>> set_param(gcb,'UserData',5)>> set_param(gcb,'UserDataPersistent','on')

SEE COMPLETE ANSWER CLICK THE LINK

--

--

Technical Source

Simple! That is me, a simple person. I am passionate about knowledge and reading. That’s why I have decided to write and share a bit of my life and thoughts to.