How to delete all the commented content in a m-file?
79 次查看(过去 30 天)
显示 更早的评论
MathWorks Support Team
2013-12-18
编辑: MathWorks Support Team
2021-3-9
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?
采纳的回答
MathWorks Support Team
2021-3-9
编辑:MathWorks Support Team
2021-3-9
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.
0 个评论
更多回答(0 个)
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!