plot(handles.axes2,x,y2); h_t1=title(handles.axes2,'脉冲响应');

% --- Executes just before SecondOrderSystem is made visible.
function SecondOrderSystem_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 SecondOrderSystem (see VARARGIN)

% Choose default command line output for SecondOrderSystem
handles.output = hObject;

% Update handles structure
guidata(hObject, handles);

% UIWAIT makes SecondOrderSystem wait for user response (see UIRESUME)
% uiwait(handles.figure1);
set(handles.axes1,'visible','off'); 
set(handles.axes2,'visible','off');


% --- Outputs from this function are returned to the command line.
function varargout = SecondOrderSystem_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 handles structure
varargout{1} = handles.output;


% --- Executes on button press in pushbutton1.
function pushbutton1_Callback(hObject, eventdata, handles)
% hObject    handle to pushbutton1 (see GCBO)
% eventdata  reserved - to be defined in a future version of MATLAB
% handles    structure with handles and user data (see GUIDATA)
z1=get(handles.listbox1,'value');
switch z1
 case 1
 z=0.1;
 case 2
 z=0.3;
 case 3
 z=0.5;
 case 4
 z=0.707;
 otherwise
 z=0.9;
end
x=0:0.1:10;
y1=1-1/sqrt(1-z^2)*exp(-z*x).*sin(sqrt(1-z^2)*x+acos(z)); 
plot(handles.axes1,x,y1); 
h_t1=title(handles.axes1,'阶跃响应');
y2=1/sqrt(1-z^2)*exp(-z*x).*sin(sqrt(1-z^2)*x); 
plot(handles.axes2,x,y2); 
h_t1=title(handles.axes2,'脉冲响应');


% --- Executes on button press in pushbutton2.
function pushbutton2_Callback(hObject, eventdata, handles)
% hObject    handle to pushbutton2 (see GCBO)
% eventdata  reserved - to be defined in a future version of MATLAB
% handles    structure with handles and user data (see GUIDATA)
close

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值