资源简介
PSIM_Professional_Version_9034
代码片段和文件信息
function varargout = PSimDialog(varargin)
% PSIMDIALOG M-file for PSimDialog.fig
% PSIMDIALOG by itself creates a new PSIMDIALOG or raises the existing
% singleton*.
%
% H = PSIMDIALOG returns the handle to a new PSIMDIALOG or the handle to
% the existing singleton*.
%
% PSIMDIALOG(‘CALLBACK‘hobjecteventDatahandles...) calls the local
% function named CALLBACK in PSIMDIALOG.M with the given input arguments.
%
% PSIMDIALOG(‘Property‘‘Value‘...) creates a new PSIMDIALOG or raises the
% existing singleton*. Starting from the left property value pairs are
% applied to the GUI before PSimDialog_OpeningFunction gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to PSimDialog_OpeningFcn via varargin.
%
% *See GUI Options on GUIDE‘s Tools menu. Choose “GUI allows only one
% instance to run (singleton)“.
%
% See also: GUIDE GUIDATA GUIHANDLES
% Edit the above text to modify the response to help PSimDialog
% Last Modified by GUIDE v2.5 22-Nov-2005 14:19:23
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct(‘gui_Name‘ mfilename ...
‘gui_Singleton‘ gui_Singleton ...
‘gui_OpeningFcn‘ @PSimDialog_OpeningFcn ...
‘gui_OutputFcn‘ @PSimDialog_OutputFcn ...
‘gui_LayoutFcn‘ [] ...
‘gui_Callback‘ []);
if nargin && ischar(varargin{1})
gui_State.gui_Callback = str2func(varargin{1});
end
if nargout
[varargout{1:nargout}] = gui_mainfcn(gui_State varargin{:});
else
gui_mainfcn(gui_State varargin{:});
end
% End initialization code - DO NOT EDIT
% --- Executes just before PSimDialog is made visible.
function PSimDialog_OpeningFcn(hobject eventdata handles varargin)
% This function has no output args see OutputFcn.
% hobject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% varargin command line arguments to PSimDialog (see VARARGIN)
% Choose default command line output for PSimDialog
handles.output = hobject;
% Update handles structure
guidata(hobject handles);
set(handles.PSimFileEdt ‘String‘ get_param(gcbh ‘Parameters‘));
set(handles.sBack ‘String‘ get_param(gcbh ‘Parameters‘));
% UIWAIT makes PSimDialog wait for user response (see UIRESUME)
% uiwait(handles.figure1);
% --- Outputs from this function are returned to the command line.
function varargout = PSimDialog_OutputFcn(hobject eventdata handles)
% varargout cell array for returning output args (see VARARGOUT);
% hobject handle to figure
% eventdata reserved - to be defined in a future version of MATLAB
% handles structure with handles and user data (see GUIDATA)
% Get default command line output from handle
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 183 2010-08-05 05:04 PSIM_Professional_Version_9034\Book.lic
文件 46592 2010-05-03 13:01 PSIM_Professional_Version_9034\cablib2.dll
文件 121344 2010-05-03 12:58 PSIM_Professional_Version_9034\Calculator.exe
文件 1175552 2009-12-31 02:17 PSIM_Professional_Version_9034\ch.dll
文件 34816 2010-05-03 13:01 PSIM_Professional_Version_9034\ComputerID.exe
文件 32768 2009-11-14 17:06 PSIM_Professional_Version_9034\Device\diode.dev
文件 55808 2010-04-27 11:05 PSIM_Professional_Version_9034\Device\IGBT.dev
文件 27904 2008-05-16 08:26 PSIM_Professional_Version_9034\Device\MOSFET.dev
文件 17152 2007-03-01 15:34 PSIM_Professional_Version_9034\Device\Semikron.dev
目录 0 2012-01-19 22:37 PSIM_Professional_Version_9034\Device
文件 105035 2005-11-30 18:30 PSIM_Professional_Version_9034\doc\Help em
文件 255909 2004-10-15 15:01 PSIM_Professional_Version_9034\doc\Help General DLL Block.pdf
文件 3707568 2010-04-30 10:27 PSIM_Professional_Version_9034\doc\PSIM User Manual.pdf
文件 390522 2010-03-20 12:23 PSIM_Professional_Version_9034\doc\readme.pdf
文件 1063435 2006-10-23 08:57 PSIM_Professional_Version_9034\doc\Semikron SEMiX151GD066HDs.pdf
文件 1755995 2010-03-20 17:17 PSIM_Professional_Version_9034\doc\SimCoder User Manual.pdf
文件 3118334 2010-05-03 10:59 PSIM_Professional_Version_9034\doc\SmartCtrl User Manual.pdf
文件 336210 2010-02-14 09:11 PSIM_Professional_Version_9034\doc\Solarex MSX-60 (solar module).pdf
文件 123215 2006-07-07 09:56 PSIM_Professional_Version_9034\doc\Tutorial - Saturable Core.pdf
文件 574078 2010-03-08 14:17 PSIM_Professional_Version_9034\doc\Tutorial - SimCoder with TI F28335 Target.pdf
文件 114568 2009-04-20 10:14 PSIM_Professional_Version_9034\doc\Tutorial - Simcoupler Module.pdf
文件 345790 2010-03-20 13:54 PSIM_Professional_Version_9034\doc\Tutorial - Solar Module (physical model).pdf
文件 34094 2007-03-01 16:23 PSIM_Professional_Version_9034\doc\Tutorial IGBT Loss Calculation.pdf
目录 0 2012-01-19 22:37 PSIM_Professional_Version_9034\doc
文件 1160 2010-01-03 17:46 PSIM_Professional_Version_9034\em
文件 2230 2012-01-18 10:47 PSIM_Professional_Version_9034\em
文件 1121 2010-01-03 17:46 PSIM_Professional_Version_9034\em
文件 773 2010-01-03 17:46 PSIM_Professional_Version_9034\em
文件 2758 2010-01-03 17:49 PSIM_Professional_Version_9034\em
文件 5082 2010-01-03 17:46 PSIM_Professional_Version_9034\em
............此处省略1757个文件信息
- 上一篇:飞机大战-unity3d源码
- 下一篇:vuforia for unity
相关资源
- PSIM9.1.4 Professional x86破解版
- PSIM9.1.1淘宝购买
- PSIM9.1.4Professional.zip
- PSIM仿真LLC电路模型
- 光伏并网psim仿真
- Boost经典电路电压电流双闭环PSIM仿真
- 15KW充电模块psim仿真PFC_LLC
- test_InverterSPWM_10.psimsch
- BUCK电路的PSIM仿真
- PR控制并网逆变器PSIM仿真
- PI并网并网逆变器Psim仿真
- DAB SPS CLOSE COPY From Mr.GUO.psimsch
- CLLC PSIM仿真
- BOOST10-20.psimsch
- p2psim仿真环境搭建及仿真
- PSIM仿真模型--开环Boost_Original.zip
- psim的DLL模块的详细使用说明和仿真
- DPSDAB.psimsch
- 全桥LLCpsim仿真
- SVG仿真模型适合PSIM9.0版本
- PSIM9.0 Buck电路双闭环仿真
- 低压三相四线电力有源滤波器PSIM仿真
- 三相VIEANA整流PSIM仿真
- 双闭环单相全桥逆变PSIM仿真
评论
共有 条评论