This project focuses on using and visualizing data clustering techniques in MATLAB AppDesigner. The implementation includes both DBSCAN and K-Means clustering algorithms.
Group 2 - Matlab_Project.zip
├── Group 2_Presentation.pptx
├── Group 2_Report.pdf
├── Group 2_readme.txt
└── Code
├── application.mlapp
├── DBSCANClusteringApp.mlapp
├── HomePage.mlapp
└── Kmeansapp.mlapp
- HomePage.mlapp: Serves as the home page for the application.
- application.mlapp: Handles the generation and visualization of data.
- DBSCANClusteringApp.mlapp: Implements the DBSCAN clustering algorithm.
- Kmeansapp.mlapp: Implements the K-Means clustering algorithm.
- Group 2_Report.pdf: Contains the detailed project report.
- Group 2_Presentation.pptx: Includes the project presentation slides.
- Extract the contents of the provided ZIP file.
- Open the MATLAB files (
HomePage.mlapp,application.mlapp,DBSCANClusteringApp.mlapp,Kmeansapp.mlapp) using MATLAB AppDesigner. - Refer to
Group 2_Report.pdfandGroup 2_Presentation.pptxfor detailed explanations, insights, and project outcomes.
- MATLAB with AppDesigner support.
- Required MATLAB toolboxes for clustering algorithms (if applicable).
This project is for educational purposes. Feel free to modify and use it as needed.