资源简介
GUI图形界面,操作方便快捷,可以轻松地观察到电磁波打到界面上之后的反射与折射情况。多款参数可以任意调整。
代码片段和文件信息
function varargout = PlaneWaveGUI(varargin)
%
% function varargout = PLANEWAVEGUI(varargin)
%
% The function PLANEWAVEGUI creates the Graphical User Interface for the
% TE/TM wave propagation through multilayered structures. See the file
% ‘Help.html‘ or click on the button ‘Help‘ of the GUI for its use.
%
% Copyright: Lorenzo Luini DEI-Department of Electronics and Information
% Politecnico di Milano Milano Italy;
% email: luini@elet.polimi.it
%
% Release: version 1.0 last update: 05-Oct-2007 10:00:00
%
% Remarks: the GUI has been created using GUIDE. It requires Matlab release
% R2007a to run properly.
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilename ...
- 上一篇:matlab3种内插法的实现
- 下一篇:matlab画三维图代码
评论
共有 条评论