How to hide/protect my *.mdl file from the final user, who need to run it?

I developed a simulink model (*.mdl file). I am running it by using sim() from an *.m file. The all package is delivered to my customer. I would like to hide the *.mdl file from the final user. Can I convert it to other format? (pcode is only for m file ...)

 Accepted Answer

You may want to look into protected models.

1 Comment

OK, thank you. Actually, I was hopping to get answer from you because I saw that you have answered similar questions in the past. We will now need to learn this topics to details. Thanks.

Sign in to comment.

More Answers (0)

Categories

Products

Community Treasure Hunt

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

Start Hunting!