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

📄 waveguide.m

📁 可以用来求复合半导体能带随着偏压的变化情况
💻 M
字号:
function fig = vlnovod()
% This is the machine-generated representation of a Handle Graphics object
% and its children.  Note that handle values may change when these objects
% are re-created. This may cause problems with any callbacks written to
% depend on the value of the handle at the time the object was saved.
% This problem is solved by saving the output as a FIG-file.
%
% To reopen this object, just type the name of the M-file at the MATLAB
% prompt. The M-file and its associated MAT-file must be on your path.
% 
% NOTE: certain newer features in MATLAB may not have been saved in this
% M-file due to limitations of this format, which has been superseded by
% FIG-files.  Figures which have been annotated using the plot editor tools
% are incompatible with the M-file/MAT-file format, and should be saved as
% FIG-files.

load vlnovod

h0 = figure('Color',[0.8 0.8 0.8], ...
	'Colormap',mat0, ...
	'FileName','vlnovod.m', ...
	'MenuBar','none', ...
	'Name','Waveguide', ...
	'NumberTitle','off', ...
	'PaperPosition',[20 200 550 400], ...
	'PaperUnits','points', ...
	'Position',[250 250 438 218], ...
	'Resize','off', ...
	'Tag','main', ...
	'ToolBar','none');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'BackgroundColor',[0.8 0.8 0.8], ...
	'Callback','vlnovod_zadanieng', ...
	'ListboxTop',0, ...
	'Position',[85 30 50 15], ...
	'String','Continue ', ...
	'Tag','Pushbutton1');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'BackgroundColor',[0.8 0.8 0.8], ...
	'FontSize',25, ...
	'ListboxTop',0, ...
	'Position',[95 60 140 80.25], ...
	'String',' Waveguide Vlnovod ', ...
	'Style','text', ...
	'Tag','Nazev');
h1 = uicontrol('Parent',h0, ...
	'Units','points', ...
	'BackgroundColor',[0.8 0.8 0.8], ...
	'Callback','vlnovod_zadanicz', ...
	'ListboxTop',0, ...
	'Position',[185 30 50 15], ...
	'String','Pokra鑥j ', ...
	'Tag','Pushbutton1');
if nargout > 0, fig = h0; end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -