display.m
来自「M2HTML by itself generates an HTML docum」· M 代码 · 共 19 行
M
19 行
function display(tpl)%TEMPLATE Display a template object in Matlab window% DISPLAY(TPL) displays informations about the content of template % object TPL:% Template Object: root '.', 2 files, 9 keys, comment unknowns.% root element of template files, number of template files, number of % keywords defined and the way of handling unknowns tags.% Copyright (C) 2003 Guillaume Flandin <Guillaume@artefact.tk>% $Revision: 1.0 $Date: 2003/05/05 22:19:51 $disp(' ');disp([inputname(1),' = ']);disp(' ');for i=1:prod(size(tpl)) disp([blanks(length(inputname(1))+3) char(tpl(i))]);enddisp(' ');
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?