display.m
来自「The MatlabBGL library fills a hole in Ma」· M 代码 · 共 9 行
M
9 行
function display(ipd)
% IPDOUBLE/DISPLAY Display an inplace double from the command line.
%
% Example:
% ipd = ipdouble(ones(5));
% ipd
disp([inputname(1), ' = ']);
disp(ipd.a);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?