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

📄 chap9_2plot.m

📁 滑模变结构配套例程(刘金昆)清华大学出版社无商业用途
💻 M
字号:
close all;

figure(1);
plot(t,r(:,1),'r',t,x(:,1),'b');
xlabel('time(s)');ylabel('Position tracking of x11');
figure(2);
plot(t,u(:,1),'r');
xlabel('time(s)');ylabel('control 1');

figure(3);
plot(t,r(:,2),'r',t,x(:,4),'b');
xlabel('time(s)');ylabel('Position tracking of x21');
figure(4);
plot(t,u(:,2),'r');
xlabel('time(s)');ylabel('control 2');

figure(5);
plot(t,r(:,3),'r',t,x(:,7),'b');
xlabel('time(s)');ylabel('Position tracking of x31');
figure(6);
plot(t,u(:,3),'r');
xlabel('time(s)');ylabel('control 3');

⌨️ 快捷键说明

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