Effacer les filtres
Effacer les filtres

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?

1 vue (au cours des 30 derniers jours)
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

Mischa Kim
Mischa Kim le 18 Juil 2014
Seetha, check out this File Exchange entry.
  1 commentaire
Seetha Rama Raju Sanapala
Seetha Rama Raju Sanapala le 19 Juil 2014
Is there a way to do some setting changes like in startup.m so that whenever I open a new M file it is already filled with the data I wanted and put in some file.

Connectez-vous pour commenter.

Plus de réponses (1)

James Tursa
James Tursa le 18 Juil 2014
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.
  1 commentaire
Seetha Rama Raju Sanapala
Seetha Rama Raju Sanapala le 19 Juil 2014
You are right and this will work and that is what I do or have been doing. But what I wanted was something like changing the settings so that whenever I open new M file, it is already filled with some predetermined data that I tell in the settings.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Adding custom doc dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by