source: trunk/Block-Oriented EML/Examples/d_hx_closedloop_plots.m @ 976

Last change on this file since 976 was 944, checked in by Argimiro Resende Secchi, 10 years ago

Adding Block-Oriented library by Jonathan Ospino Pinedo

File size: 594 bytes
Line 
1%
2% Instructions for processing the file "d_hx_closedloop_response.mat" which
3% stores the results obtained in SIMULINK for the heat exchanger
4% closed-loop.
5%
6plot(tzncl,Tzncl,'k')
7hold on
8plot(ttlcl,Ttlcl,'r')
9plot(tznol,Tznol,'b')
10plot(tccol,Tccol,'g')
11plot(tletal,Tletal,'c')
12plot(tretal,Tretal,'m')
13plot(tcdist,Tcdist,'r.')
14plot(tcsp,Tcsp,'b.')
15legend('Ziegler-Nichols (Closed)','Tyreus-Luyben (Closed)','Ziegler-Nichols (Open)','Cohen-Coon (Open)','Lopez et al. (Performance)','Rovira et al. (Performance)','Ciancone (Regulatory-Correlation)','Ciancone (Servo-Correlation)')
Note: See TracBrowser for help on using the repository browser.