www.gusucode.com > ident 案例代码 matlab源码程序 > ident/PlotTimeDomianInputOutputDataExample.m

    %% Plot Time-Domain Input-Output Data
%%
% Load the data.

% Copyright 2015 The MathWorks, Inc.

load iddata1 z1;
%%
% Plot the data.
plot(z1)
%%
% The output is plotted on the top axes and the input on the bottom axes.
%
% You can right-click the plot to explore its characteristics such as peak
% and mean values.