sethicon.m
来自「基于matlab的反演程序,用于地球物理勘探中射线追踪及偏移成像程序.」· M 代码 · 共 14 行
M
14 行
% SETHICON - Set a new icon for the windows specified by it's handle (HWND).
% The icon is given by the HICON handle obtainedwith GETHICON.
% hicon = sethicon( hwnd, hicon, [(small=0)|big=1|all=2])
%
% Compiled with CPPMEX :
% cppmex sethicon user32.lib
%
% Example:
% hfig = figure('name','Unique Figure Name');
% hwnd = gethwnd('Unique Figure Name');
% hicon = gethicon('C:\Foo\bar\baz.ico',0);
% sethicon(hwnd, hicon, 2);
%
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?