How to hide code in live script files for others to not see?

51 次查看(过去 30 天)
Let's say I have a live script file that contains codes, descriptions, charts, texts and pictures. But, I want this script to be designed in a way that others can only change inputs and do not see other codes going around this input.
Is there any way to hide codes is my question.
Hope I described it well.
Edit to question: What I mean by the "hide" is that when I distribute the copy of script others would not be able to see the code (I do not mean how we hide from the right section)

回答(3 个)

Walter Roberson
Walter Roberson 2023-1-5
You can have the Livescript portion have the controls and the graphics, but hide everything else as functions in regular .m files that you pcode.

Mike Croucher
Mike Croucher 2023-1-5
How you proceed depends on what you mean by 'hide'. You can make the code disappear by clicking on the third icon on the right as shown below. Live controls will still be visible but the code will not.
This is hidden for the purposes of presentation but, of course, a user could easily get the code back by clicking on the other two icons.

Walter Roberson
Walter Roberson 2023-1-5
To be explicit: You cannot do that. The options for hiding source code only apply to m files. See my other answer for what you can do instead.

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

产品


版本

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by