⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fig7_74.m

📁 包含了控制理论的各种仿真程序
💻 M
字号:
%  Figure 7.74      Feedback Control of Dynamic Systems, 4e
%                        Franklin, Powell, Emami
%
%% fig7_74.m
%% Heat Exchanger
clf;
[t]=sim('fig7_73cl');
plot(t,y);
grid;
title('Fig. 7.74: Open and Closed-loop responses for heat exchanger');
text(50,1.2,'Closed-loop');
xlabel('Time (sec)');
ylabel('Output Temperature, y');
hold on;
[t1]=sim('fig7_73ol');
plot(t1,yol);
text(50,0.4,'Open-loop');
hold off;





⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -