This repository code extract the comments from all MATLAB codes in a directory and generate the PDF report
Ahora está siguiendo esta publicación
- Verá actualizaciones en las notificaciones de contenido en seguimiento.
- Podrá recibir correos electrónicos, en función de las preferencias de comunicación que haya establecido.
ExtractComments
This repository code extract the comments from all MATLAB codes in a directory and generate the PDF report
The code is takes the input as the code directory path and image path. The image is teh code sequence diagaram or code dependency diagram from the code borrowed from Dohyun Kim / CC BY-NC. The function 'ExtractComments' is developed inhouse at https://free-thesis.com which is a report generation script and helped us to share the code details to share wth client and to keep it with us for future usage.
Syntax
ExtractComments(directory,impath)
Convert the extracted function description and write into JSON schema for the anygraph's network graph
The testingJSON.mlx writes the graph matrix into JSON schema for the anygraph plot. The function dependency will look like

Citar como
Abhishek Gupta (2026). ExtractComments (https://github.com/earthat/ExtractComments), GitHub. Recuperado .
Información general
- Versión 1.1.0 (134 KB)
-
Ver licencia en GitHub
Compatibilidad con la versión de MATLAB
- Compatible con cualquier versión
Compatibilidad con las plataformas
- Windows
- macOS
- Linux
No se pueden descargar versiones que utilicen la rama predeterminada de GitHub
| Versión | Publicado | Notas de la versión | Action |
|---|---|---|---|
| 1.1.0 | The code dependency network graph generation JSON schema is also added. This JSON schema is to be used with anychart graph to plot the dependency curve in html. |
||
| 1.0.0 |
