Skip to Main Content Skip to Search
Home |   Select Country  Choose Country  |  Contact Us  |  Cart Store 
Create Account | Log In
Products & Services Solutions Academia Support User Community Company
spacer spacer spacer spacer spacer spacer

Technical Solutions

How do I unlink a Simulink library block from my Simulink model at the MATLAB command prompt?


Date Last Modified: Friday, June 26, 2009
Solution ID:   1-178PS
Product:   Simulink
Reported in Release:   R11
Platform:  
Operating System:  
 

Subject:

How do I unlink a Simulink library block from my Simulink model at the MATLAB command prompt?

Problem Description:

How do I unlink a Simulink library block from my Simulink model at the MATLAB command prompt?

Solution:

To unlink your Simulink library block from the MATLAB command prompt, you need to set the 'linkstatus' property of your block to 'none' using the SET_PARAM command as follows:

set_param(gcb,'LinkStatus','none')

Please provide feedback to help us improve this Solution
Contact support
E-mail this page
Print this page