How to delete all the commented content in a m-file?
79 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MathWorks Support Team
le 18 Déc 2013
Modifié(e) : MathWorks Support Team
le 9 Mar 2021
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?
Réponse acceptée
MathWorks Support Team
le 9 Mar 2021
Modifié(e) : MathWorks Support Team
le 9 Mar 2021
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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!