Skip to content

This is a GUI-based project that allows users to load a dataset (e.g., CSV or Excel) and interactively explore it using statistics and plots

License

Notifications You must be signed in to change notification settings

sedegah/Data-Analysis-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MATLAB Data Analysis Dashboard

A MATLAB-based GUI application for interactive data analysis. Load your dataset, choose variables, view summary statistics, and visualize data with plots like histograms, boxplots, and scatterplots.

Features

  • Import CSV files
  • View summary statistics (mean, median, std, missing values)
  • Plot histograms, boxplots, and scatterplots
  • Built using MATLAB UI components (uifigure, uidropdown, axes)

Getting Started

  1. Open MATLAB.
  2. Navigate to the app/ folder.
  3. Run the dashboard.m file.
  4. Click "Load CSV" and choose a data file (e.g. sample_data.csv).
  5. Use the dropdowns to select variables and visualize them.

Sample Data

Check the data/ folder for a sample_data.csv file.

License

MIT License

About

This is a GUI-based project that allows users to load a dataset (e.g., CSV or Excel) and interactively explore it using statistics and plots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages