m1.m
来自「simulink electrical machine.」· M 代码 · 共 10 行
M
10 行
% Matlab M-file for Exercise 1 of text.
% It plots the Simulation results of the vco circuit
% in Fig. 2.4 of the text. Labels on the traces can be
% applied using Matlab gtext.
plot(yout(:,1),yout(:,2),'-', yout(:,1),yout(:,3),'-.')
xlabel('time in sec')
ylabel('y1 and y2')
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?