📄 display.m
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -