This project simulates a standing fan using MATLAB/Simulink for predictive maintenance research.
models/
: Contains Simulink model filesscripts/
: Contains MATLAB scriptsdata/
: Stores generated simulation dataresults/
: Stores output plots and figures
- Ensure MATLAB and required toolboxes are installed.
- At project root folder, run
main.m
script to execute the entire simulation process (with commandrun('scripts/main.m')
).