mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-06 16:43:01 +02:00
18 lines
920 B
Markdown
18 lines
920 B
Markdown
# szopinski-enume
|
|
|
|
My implementation of the ENUME project for Dr Marusak. This repository serves to document my journey in passing EiTI's most difficult subject and to aid the later generations in achieving the same. Young engineer, be aware that your legacy is built upon the sacrifice of those who perished here.
|
|
|
|
## Running the MATLAB scripts
|
|
|
|
Set `projX` as your working directory in MATLAB and type in the names of the scripts starting with `task`. This will generate text output in the command window as well as 2D plot figures. The figures will also be printed as PDFs in the `report` subdirectory, to be included in the project report.
|
|
|
|
## Compiling the reports
|
|
|
|
The reports are written in LaTeX. Navigate to `projX/report` (make sure it's your working directory) and execute the following command:
|
|
|
|
```
|
|
pdflatex projXreport.tex
|
|
```
|
|
|
|
Running the MATLAB scripts beforehand is required for figures to be included.
|