How do I open an m-file 1 from another m-file 2 and write a multi-line on m-file 1 at a specific position from m-file 2?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hi, we have a bunch of m-files functions that we need to add copyright and reference to the help section, which is placed before the "function" command line, of each one of them. Does anybody know of any way to do this automatically from an external m-file so that each of the m-files functions will have copyright and reference with the same style at the help section?
Thank you!
0 Commenti
Risposte (1)
Ayush Gupta
il 8 Ott 2020
It is possible to edit a m file with the help of another. If we know to edit a single m file, then we can iterate over all such m file we want to edit. To know about to edit m file from another one, look at another similarly asked question here.
0 Commenti
Vedere anche
Categorie
Scopri di più su Environment and Settings in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!