How to delete all the commented content in a m-file?

I want to delete all comments in my program so that the end users will only get a clean file of codes. Is there any method automatically achieved that?

 Accepted Answer

The ability to remove all comments in an m-file is not available in MATLAB 8.2 (R2013b). To workaround, you could write a script to screen the content of m-file and delete the comments, as the user submission in the following link:
Note that The MathWorks does not guarantee or warrant the use or content of these submissions. Any questions, issues, or complaints should be directed to the contributing author.

More Answers (0)

Categories

Find more on Environment and Settings in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!