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