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

📄 a7.m

📁 the file contain many matlab signal source code and many example .
💻 M
字号:
t=-2*pi:0.01:2*pi;
trigname=input('Input trig function name:');
switch trigname
case 'sin'
    plot(t,sin(t))
case 'cos'
    plot(t,cos(t))
case 'tan'
    fplot('tan',2*pi*[-1 1 -2 2])
case 'cot'
    fplot('cot',2*pi*[-1 1 -2 2])
otherwise
    break
end

⌨️ 快捷键说明

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