MATLAB Graphics and App Building
A collection of charts, UI components, and utilities to supplement your data visualization and app building needs.
Pinned Repositories
Animated-Gradient-Descent
Animation of how Gradient Descent finds the local minimum. Demonstrate how learning rate and starting points affect Gradient Descent.
bubble-pie-chart
bubblePieChart Creates a bubble pie chart.
confidenceIntervalPlot
Creates a chart with a mean line within a shaded confidence interval area.
Customizable-HTML-Button
delta-plot
deltaplot creates multiple line segments, each showing the difference between pairs of values.
densityScatterChart
A scatter where the color (and/or transparency) of the markers indicates the density of points.
fill-between-area-curve
The Fill Between Area Curve creates a shaded area between two data series, effectively highlighting the region of overlap or difference.
gantt-chart
Visualizes the start and end dates of various tasks in a project.
pumpkin-designer
A simple app for interactively designing pumpkins.
spike-raster-plot
A spike raster plot from spike time stamps with optional trial and group data.
MATLAB Graphics and App Building's Repositories
MATLAB-Graphics-and-App-Building/Animated-Gradient-Descent
Animation of how Gradient Descent finds the local minimum. Demonstrate how learning rate and starting points affect Gradient Descent.
MATLAB-Graphics-and-App-Building/spike-raster-plot
A spike raster plot from spike time stamps with optional trial and group data.
MATLAB-Graphics-and-App-Building/gantt-chart
Visualizes the start and end dates of various tasks in a project.
MATLAB-Graphics-and-App-Building/confidenceIntervalPlot
Creates a chart with a mean line within a shaded confidence interval area.
MATLAB-Graphics-and-App-Building/densityScatterChart
A scatter where the color (and/or transparency) of the markers indicates the density of points.
MATLAB-Graphics-and-App-Building/bubble-pie-chart
bubblePieChart Creates a bubble pie chart.
MATLAB-Graphics-and-App-Building/Customizable-HTML-Button
MATLAB-Graphics-and-App-Building/delta-plot
deltaplot creates multiple line segments, each showing the difference between pairs of values.
MATLAB-Graphics-and-App-Building/fill-between-area-curve
The Fill Between Area Curve creates a shaded area between two data series, effectively highlighting the region of overlap or difference.
MATLAB-Graphics-and-App-Building/pumpkin-designer
A simple app for interactively designing pumpkins.
MATLAB-Graphics-and-App-Building/event-stack-chart
eventStackChart visualizes the duration of events by time-of-day or time-of-year.
MATLAB-Graphics-and-App-Building/shadows-for-matlab
Create shadows of your data on the sides of an Axes.
MATLAB-Graphics-and-App-Building/histogramRangeSelector
A custom component that allows selecting minimum and maximum values interactively, using a histogram as a reference
MATLAB-Graphics-and-App-Building/horizon-chart
The Horizon Chart is a data visualization technique that displays time-series data in a compact and layered format, improving readability and enabling comparison of multiple datasets over time.
MATLAB-Graphics-and-App-Building/matlab-gaab-blog-2024
Repository for supporting material referenced in the MATLAB Graphics and App Building (gaab) blog
MATLAB-Graphics-and-App-Building/unit-converter-component
Converts input into a standardized unit.
MATLAB-Graphics-and-App-Building/bullet-chart
A bullet chart is a variation of bar chart which is used to show expected values against actual values.
MATLAB-Graphics-and-App-Building/color-trajectory-plot
A multi-color line based on a 2D trajectory with corresponding color data.
MATLAB-Graphics-and-App-Building/matlab-gaab-blog-2025
Repository for supporting material referenced in the MATLAB Graphics and App Building (gaab) blog
MATLAB-Graphics-and-App-Building/sparklinesComponent
Create small graphs which show the general trend of data.
MATLAB-Graphics-and-App-Building/thermometer-chart
Create a thermometer style chart with a stem, bulb, and desired labels.
MATLAB-Graphics-and-App-Building/.github
MATLAB-Graphics-and-App-Building/filled-line-chart
Plots a line chart with a filled gradient using explicit triangulation for optimization.
MATLAB-Graphics-and-App-Building/flight-tracking-dashboard
Code for the blog series "Creating a Flight Tracking Dashboard"