Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 519 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 519 Bytes

m_remove_comment

A simple line comment remover for MATLAB .m files. Will remove any amount of comment for any number of lines. Will also check for empty spacing eg. newline and extra spacing/tabs between comments (NOTE: This does not remove multi-line comments "%{" and "%}")

Created executable using PyInstaller, compiled from m_remove_comment.py

  • Executable is at /dist/m_remove_comments.exe
  • Procedure: Opens dialog for source file, when ends opens up same directory as source file

[24/5/2018] Initial commit