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.
- Import CSV files
- View summary statistics (mean, median, std, missing values)
- Plot histograms, boxplots, and scatterplots
- Built using MATLAB UI components (
uifigure
,uidropdown
,axes
)
- Open MATLAB.
- Navigate to the
app/
folder. - Run the
dashboard.m
file. - Click "Load CSV" and choose a data file (e.g.
sample_data.csv
). - Use the dropdowns to select variables and visualize them.
Check the data/
folder for a sample_data.csv
file.
MIT License