example02.m
来自「用matlab实现图像融合」· M 代码 · 共 15 行
M
15 行
% Small technical example.% Demonstrates an expedient for showing an image.%disp('Small technical example.');disp('Demonstrates an expedient for showing an image.');disp('FOR MORE INFORMATION: help printshop');disp(' ');disp('See also the report http://ftp.cwi.nl/CWIreports/PNA/PNA-R0224.pdf');disp('Dr. Paul M. de Zeeuw <Paul.de.Zeeuw@cwi.nl>');disp('Copyright (C) 1998-2006 Stichting CWI, Amsterdam, The Netherlands');disp(' ');%------------------------------------------------------------------------------load zenithgray; Orig = zenithgray; clear zenithgray;printshop('original','Nice watch', Orig, 3, 0, []);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?