Hiding simulink model content with s-function
Mostrar comentarios más antiguos
hallo,
i want to hide some subsystem in my simulink model from third-party viewers. i found an answer here: http://www.mathworks.com/matlabcentral/answers/25625-hiding-model-content
but when i convert my subsystem to s-function, these s-function can not be compiled (to .dll) without .c and .h
is it possible, that i only give third party viewers .mex file, and they can compile the s function to dll?
or can i convert the c source code to some unreadable code?
Respuestas (1)
Anthony Poulin
el 7 de Jul. de 2014
0 votos
The .mex (or .mexw32) is a compiled file. You don't need to compile it into dll file. If you give to your third part your model and your mex file, it is ok.
1 comentario
Jianbin
el 7 de Jul. de 2014
Categorías
Más información sobre Simulink Coder en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!