plot1.m
来自「a program that generates a pulse-width m」· M 代码 · 共 10 行
M
10 行
subplot(2,1,1);
plot(output(:,1),output(:,2),'k--',output(:,1),output(:,4),'k');
xlabel('Time, sec');
ylabel('Temp(solid), Setpt(dash)');
subplot(2,1,2);
plot(output(:,1),output(:,3),'k');
xlabel('Time, sec');
ylabel('Duty Cycle');
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?