- You can genearte a s-function from the model, compile the s-function to mex file and deliver only mex-file. Mex file can be used with s-function block in model. See Generated S-Function>and <http://www.mathworks.com/support/solutions/en/data/1-1BUQG/index.html?solution=1-1BUQG
 - You can generate a protected model (.mdlp) through model rerencing. See Protecting Referenced Models
 
Hiding model content
    조회 수: 10 (최근 30일)
  
       이전 댓글 표시
    
Hi,
What is the easiest way to hide the model content from third-party viewers? Is there a way to pre-compile the model in a specific format that cannot be reverse-engineered?
My scope is to share my Simulink model with others without revealing the content of the model itself. The users should only be able to use is as a black box, feeding it with data and getting the results.
Many thanks in advance for your help!
댓글 수: 0
채택된 답변
  TAB
      
 2012년 1월 9일
        If you have RealTime workshop license then there are 2 ways of protecting you your model-
댓글 수: 1
  Andreas Goser
    
 2012년 1월 9일
				Yes. Protected Model was something I missed. Side note, that this functionality is only a couple of releases old and will obvously not work for older releases.
추가 답변 (2개)
  Andreas Goser
    
 2012년 1월 9일
        Most customers create an S-Function from the part of the model that contains intellectual property by auto-generating the s-function with Simulink Coder (former Real-Time Worpshop).
Most large customers will have that product available in a concurrent license. If you are a smaller company, you may not find the value for protecting the IP enough.
댓글 수: 0
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!