rmcomment

remove comments from m-file or MATLAB code string.

您现在正在关注此提交

Remove comments from m-file or MATLAB code string.

Remove the following comments:
1. Starts with %
2. Surrounded by %{ and %} (here, %{ and %} should be at the beginning of the line.
3. any text after three dots

If there is any comment style which is not handled in this code,
please contact to kim92n@gmail.com

引用格式

Kim Dohyun (2026). rmcomment (https://ww2.mathworks.cn/matlabcentral/fileexchange/70254-rmcomment), MATLAB Central File Exchange. 检索时间: .

致谢

启发作品: Remove comments in source code

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.1.0

1. Only accept filename
2. Bugfix - string handling.
3. Option for creating new file

1.0.0