mfilenam.m

来自「本书是电子通信类的本科、研究生辅助教材」· M 代码 · 共 13 行

M
13
字号
%MFILENAME The name of the currently running M-file.
%	MFILENAME returns a string containing the name of the most
%	recently invoked M-file. When called from within an M-file, it
%	returns the name of that M-file, allowing an M-file to 
%	determine its name, even if the filename has been changed.
%
%	When called from the command line, MFILENAME returns 
%	an empty matrix.

%	Copyright (c) 1990-94 by The MathWorks, Inc.

%	Built-in function

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?