Open new m-file with standard header text in editor
Creates a new m-file in the current directory. The m-file is created with a standard header text, giving the Matlab version, operating system, author, date and time and, optionally, the author's organization (the values for the author and organization are customizable).
The m-file created is opened automatically in the Matlab editor.
The following is the contents of the m-file named 'myprogram.m', created with the command
newmf myprogram
function [] = myprogram()
%
% myprogram.m--
%
% Syntax:
%
% e.g.,
% Developed in Matlab 7.12.0.635 (R2011a) on GLNX86.
% Ada Lovelace (ada@example.com), 2011-12-09 12:29
%-------------------------------------------------------------------------
Citar como
Kevin Bartlett (2025). Open new m-file with standard header text in editor (https://es.mathworks.com/matlabcentral/fileexchange/34148-open-new-m-file-with-standard-header-text-in-editor), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 1.0.0.0 |
