⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sethicon.m

📁 基于matlab的反演程序,用于地球物理勘探中射线追踪及偏移成像程序.
💻 M
字号:
%  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -