Is there a way to create all m files with already filled in some predetermined lines that are needed for every file like clear all; close all; author name etc?
Afficher commentaires plus anciens
Is there a way to create all m files with some "predetermined, fixed lines already filled in" (that are needed for every file like clear all; close all; author name etc)?
Réponse acceptée
Plus de réponses (1)
James Tursa
le 18 Juil 2014
0 votes
Have a template file sitting out there (e.g. mytemplate.m) that has a function outline & comments (author etc) already filled in. When you want to create a new function, open this file and the first thing you do is SAVEAS the desired file name, then edit your new function.
Catégories
En savoir plus sur Workspace Variables and MAT Files dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!