BUAA 2024 年春《自动控制元件》课程实验报告和作业。
最终的实验报告和作业 PDF 文件位于项目根目录下,可以直接查看。
本项目所有实验报告和作业均使用 Typst。另外,你还需要有 Python 3.11+ 环境,并安装 matplotib
和 numpy
。
- 生成
实验/dist
中的 svgcd 实验 python3 plot1-1.py python3 plot1-2.py python3 plot2.py python3 plot3.py python3 plot5.py python3 plot7.py
- 生成 PDF
cd .. typst compile 实验/1.typ 实验一.pdf typst compile 实验/2.typ 实验二.pdf typst compile 实验/3.typ 实验三.pdf typst compile 实验/4.typ 实验四.pdf typst compile 实验/5.typ 实验五.pdf typst compile 实验/6.typ 实验六.pdf typst compile 实验/7.typ 实验七.pdf typst compile 作业/5.typ 作业五.pdf