📄 testmex.m
字号:
matwave(1);
while 1
pause(0.1)
x=matwave(3);
if length(x) > 0
break;
end
end
e=matwave(4);
z=matwave(5);
subplot(311);plot(x)
subplot(312);plot(e)
subplot(313);plot(z)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -