gp_title.m
来自「收集的GA的一些源程序」· M 代码 · 共 14 行
M
14 行
load title
ax1=axes(...
'Units','pixels',...
'Position',[0 0 620 430],...
'Box','off',...
'Color',[0 0 0],...
'Visible','off');
axes(ax1);
imhan=image(x);
colormap(map);
set(ax1,'visible','off');
clear map x
strt=0;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?