matlab代做,FPGA代做,淘宝,专业代做MATLAB、FPGA博士/硕士/本科毕业设计、项目仿真、Coursework、Assignment
QQ: 1224848052
function varargout = trline3(varargin)
% TRLINE3 M-file for trline3.fig
% TRLINE3, by itself, creates a new TRLINE3 or raises the existing
% singleton*.
%
% H = TRLINE3 returns the handle to a new TRLINE3 or the handle to
% the existing singleton*.
%
% TRLINE3('CALLBACK',hObject,eventData,handles,...) calls the local
% function named CALLBACK in TRLINE3.M with the given input arguments.
%
% TRLINE3('Property','Value',...) creates a new TRLINE3 or raises the
% existing singleton*. Starting from the left, property value pairs are
% applied to the GUI before trline3_OpeningFunction gets called. An
% unrecognized property name or invalid value makes property application
% stop. All inputs are passed to trline3_OpeningFcn via varargin.
%
% *See GUI Options on GUIDE's Tools menu. Choose "GUI allows only one
% instance to run (singleton)".
% Begin initialization code - DO NOT EDIT
gui_Singleton = 1;
gui_State = struct('gui_Name', mfilename, ...
'gui_Singleton', gui_Singleton, ...
'gui_OpeningFcn', @trline3_OpeningFcn, ...
'gui_OutputFcn', @trline3_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 trline3 is made visible.
function trline3_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 trline3 (see VARARGIN)
global Zc Zl Zg E z L D1 m kethe
global disp_T disp_p disp_u disp_i disp_zin disp_P sel1 sel2
% Choose default command line output for trline3
handles.output = hObject;
disp_T = handles.text15;
disp_p = handles.text16;
disp_u = handles.text17;
disp_i = handles.text20;
disp_zin = handles.text19;
disp_P = handles.text18;
% Update handles structure
guidata(hObject, handles);
% UIWAIT makes trline3 wait for user response (see UIRESUME)
% uiwait(handles.figure1);