Time |
Venue |
Type |
8:00-9:50, 3 Sep, 2024 |
N308, Zhensheng Garden |
Lecture |
8:00-9:50, 10 Sep, 2024 |
N308, Zhensheng Garden |
Lecture |
10:10-12:00, 10 Sep, 2024 |
109(111) and 104(106), N3 Building |
Lab |
8:00-9:50, 17 Sep, 2024 |
N308, Zhensheng Garden |
Lecture |
10:10-12:00, 17 Sep, 2024 |
109(111) and 104(106), N3 Building |
Lab |
8:00-9:50, 24 Sep, 2024 |
N308, Zhensheng Garden |
Lecture |
10:10-12:00, 24 Sep, 2024 |
109(111) and 104(106), N3 Building |
Lab |
8:00-9:50, 1 Oct, 2024 |
N308, Zhensheng Garden |
Lecture |
10:10-12:00, 1 Oct, 2024 |
109(111) and 104(106), N3 Building |
Lab |
8:00-9:50, 8 Oct, 2024 |
N308, Zhensheng Garden |
Lecture |
10:10-12:00, 8 Oct, 2024 |
109(111) and 104(106), N3 Building |
Lab |
8:00-9:50, 15 Oct, 2024 |
N308, Zhensheng Garden |
Lecture |
10:10-12:00, 15 Oct, 2024 |
109(111) and 104(106), N3 Building |
Lab |
8:00-9:50, 22 Oct, 2024 |
N308, Zhensheng Garden |
Lecture |
10:10-12:00, 22 Oct, 2024 |
109(111) and 104(106), N3 Building |
Lab |
8:00-9:50, 29 Oct, 2024 |
N308, Zhensheng Garden |
Lecture |
10:10-12:00, 29 Oct, 2024 |
109(111) and 104(106), N3 Building |
Lab |
8:00-9:50, 5 Nov, 2024 |
N308, Zhensheng Garden |
Lecture |
10:10-12:00, 5 Nov, 2024 |
109(111) and 104(106), N3 Building |
Lab |
8:00-9:50, 12 Nov, 2024 |
N308, Zhensheng Garden |
Lecture |
10:10-12:00, 12 Nov, 2024 |
109(111) and 104(106), N3 Building |
Lab |
8:00-9:50, 19 Nov, 2024 |
N308, Zhensheng Garden |
Lecture |
10:10-12:00, 19 Nov, 2024 |
109(111) and 104(106), N3 Building |
Lab |
8:00-9:50, 26 Nov, 2024 |
N308, Zhensheng Garden |
Lecture |
10:10-12:00, 26 Nov, 2024 |
109(111) and 104(106), N3 Building |
Lab |
8:00-9:50, 3 Dec, 2024 |
N308, Zhensheng Garden |
Lecture |
10:10-12:00, 3 Dec, 2024 |
109(111) and 104(106), N3 Building |
Lab |
8:00-9:50, 10 Dec, 2024 |
N308, Zhensheng Garden |
Lecture |
10:10-12:00, 10 Dec, 2024 |
109(111) and 104(106), N3 Building |
Lab |
8:00-9:50, 17 Dec, 2024 |
N308, Zhensheng Garden |
Lecture |
10:10-12:00, 17 Dec, 2024 |
109(111) and 104(106), N3 Building |
Lab |
8:00-9:50, 24 Dec, 2024 |
N308, Zhensheng Garden |
Lecture |
10:10-12:00, 24 Dec, 2024 |
109(111) and 104(106), N3 Building |
Lab |
Each student is supposed to submit a technical report (with source code enclosed) for every lab exercise before the due date. The template of technical report can be downloaded by clicking here.
The technical report should be in pdf format and named as follows "Student ID_Name_Lab Index.pdf". For example, for a student whose name is 李雷 with student ID being 123456, his technical report for the 4th lab exercise should be "123456_李雷_实验1.pdf". Also, the source code should be enclosed in the technical report as an appendix. Moreover, separated source codes (e.g., Octavel/Mablab or python source codes) should be submitted as separated files. All source code files should be compressed as a ZIP file (e.g., entitled as "123456_李雷_实验1.zip").
The exercises in this course use Octave1 or MATLAB, a high-level programming language well-suited for numerical computations. At the Octave/MATLAB command line, typing help followed by a function name displays documentation for a built-in function. For example, help plot will bring up help information for plotting. Further documentation for Octave functions can be found at the Octave documentation pages.. MATLAB documentation can be found at the MATLAB documentation pages. We also strongly encourage using the online Discussions to discuss exercises with other students. However, do not look at any source code written by others or share your source code with others.