Main Content

28,796 results in File Exchange

getfigdata

Version 1.2.0.0 by M. A. Hopcroft

Extracts data from the lines in a .fig figure file. Version 1.2.

More than once, I have found an old .fig file, but I can't find the data set that was used to create it. getfigdata.m will examine a figure and return the data for all of the lines in a figure.

- extracts the data from the lines on a plot
  • 2.7K (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 29 Apr 2024

Extract data from line plots in a MATLAB Figure

Version 1.0.0 by Jagadeesh Korukonda

This function will extract data from the given axes of the Matlab figure.

This function used to extract (x,y) data from the matlab figure.It will work with multiple lines also.syntaxx = -pi:pi/25:pi;y = sin(x);plot(x,y,'-k'); hold on[x,y] = myfigextract(gca);indices =

  • 11 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 23 Sep 2023

Digitize_Plotted_Data

Version 1.0.0 by Andrea Baldi

Extract data points from any plot

Digitize_Plotted_DataExtract data points from a plotInstructions:Run the script and select an image of the plotEnter the values of the x and y boundaries of the dataSpecify if the x and y axes are

- Graphical input from mouse with zoom, pan, plot and scaling.
  • 35 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 16 Apr 2022

Extracts data points as a vector from a scanned plot (*.tif)

Version 1.0.0.0 by Balajee Ananthasayanam

Extracts data points as a vector from a scanned plot (*.tif).

This program extracts the data points from a plot that is scanned from any paper or a journal article. This is very helpful for people who wants to extract the data and over plot with their data.

- % This function extracts data from plots that are scanned
  • 1.7K (All time)
  • 1 (Last 30 days)
  • 2.3 / 5
  • Community
  • 5 Jan 2005

Extract X and Y data points from a plot

Version 1.2.0.0 by Kevin Michael

Open the figure, run the script, and get back your plotted data points.

Often times, you would have plotted some data and deleted them, but would have saved your figure file. How do you get back the data points from the figure? Open the figure, run this script, and you

- Script to extract X and Y data from an opened figure
  • 164 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 1 Feb 2016

Extract contour data from contour matrix C

Version 1.0.0.0 by Duane Hanselman

Extract contour data created by CONTOUR, CONTOURF, CONTOUR3, and CONTOURC.

CONTOURDATA Extract Contour Data from Contour Matrix C.CONTOUR, CONTOURF, CONTOUR3, and CONTOURC all produce a contour matrixC that is traditionally used by CLABEL for creating contour labels.S =

- CONTOURDATA Extract Contour Data from Contour Matrix C.
  • 3.1K (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 31 Oct 2012

DigiGraph

Version 1.0.0.0 by Arun K. Subramaniyan

Digitizes images and extracts data from plots

DigiGraph is a digitizer. DigiGraph makes it easy to digitize entire plots. It is designed to extract line plots. However, it is possible to extract fine detail from a digital (or scanned) photograph

  • 2.7K (All time)
  • 1 (Last 30 days)
  • 2.0 / 5
  • Community
  • 15 Jan 2007

Digitizer

Version 1.9 by Chris Wilkening

Digitize chart data from an image.

Digitizer extracts data points from an image file. Plots in X/Y and Polar can be digitized.Demonstration of usage can be found at: https://youtu.be/zNYWioXi98wDigitizer is an app where you load an

  • 1.9K (All time)
  • 116 (Last 30 days)
  • 5.0 / 5
  • Community
  • 6 Nov 2025

GRABIT

Version 1.0.0.1 by Jiro Doke

Extract (pick out) data points off image files.

GRABIT Extracts data points from an image file.GRABIT starts a GUI program for extracting data from an image file. It is capable of reading in BMP, JPG, TIF, GIF, and PNG files (anything that is

  • 108.4K (All time)
  • 289 (Last 30 days)
  • 4.8 / 5
  • Community
  • 1 Sep 2016

Making Surface Plots From Scatter Data

Version 1.0.0.1 by Zain Mecklai

How to turn a collection of XYZ triplets into a surface plot.

How do you turn a collection of XYZ triplets into a surface plot? This is the most frequently asked 3D plotting question that I got when I was in Tech Support. This submission explains how.

- Making Surface Plots From Scatter Data
  • 38.6K (All time)
  • 5 (Last 30 days)
  • 4.6 / 5
  • Community
  • 1 Sep 2016

Contour Plot for Scattered Data

Version 1.0.0.0 by Duane Hanselman

Triangular Contour Plot

TRI, such as that returned by DELAUNAY. Each row of TRI contains indices into the X,Y, and Z vertex vectors to define a single triangular face. Contours are computed directly from the triangulation

- TRICONTOUR Triangular Contour Plot.
  • 7.1K (All time)
  • 15 (Last 30 days)
  • 4.7 / 5
  • Community
  • 31 Oct 2012

plot spread points (beeswarm plot)

Version 1.2.0.0 by Jonas

plotSpread plots distributions of data points, adding jitter to the points to avoid overlap.

plotSpread allows creating "beeswarm plots", i.e. point distributions where jitter has been added to the data points to avoid overlap.It further allows specifying groups within the data to show the

- PLOTSPREAD plots distributions of points by spreading them around the y-axis
- MYERRORBAR Adds errorbars to existing plot (unlike errorbar.m, which creates a new plot, and allows only bars for y values)
- ISEVEN checks whether a number is even
- REPEATENTRIES fills a matrix with k repeats the rows of the input matrix
- DISTINGUISHABLE_COLORS: pick colors that are maximally perceptually distinct
  • 12.8K (All time)
  • 4 (Last 30 days)
  • 4.9 / 5
  • Community
  • 11 Feb 2017

Collect and plot data from a TCPIP server in real time

Version 1.0.0.1 by Ankit Desai

Obtain real time data from a TCPIP object using Instrument Control Toolbox and visualize it live.

This example demonstrates how to automatically read a set number of data bytes as and when they are available. This MATLAB® script also generates a real time plot of streaming data collected from the

- Real Time Data Stream Plotting Example
  • 12.2K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 1 Sep 2016

getDataTips - Get data tip text and handles

Version 1.0.1 by Adam Danz

Extract data tip text and handles.

getDataTips() - prints content of all existing data tips in the current figure to the command window.getDataTips(h) - specify an array of figure or axis handles. content = getDataTips(__) - stores

- returns content and handles to existing data tips.
  • 540 (All time)
  • 6 (Last 30 days)
  • 5.0 / 5
  • Community
  • 29 Oct 2020

Extract text from a PDF document

Version 1.0.0.0 by Dimitri Shvorob

(if you are lucky)

The submission calls on PDFTextStripper class of Ben Litchfield's PDFBox Java library to extract text from a PDF document.1. Download PDFBox library from http://sourceforge.net/projects/pdfbox/2

- Purpose : Demonstrate extracting text from a PDF file using PDFBox Java library
  • 9K (All time)
  • 3 (Last 30 days)
  • 4.1 / 5
  • Community
  • 4 Apr 2016

Boundary extraction (identification and tracing) from point cloud data

Version 1.0 by Mohammad Awrangjeb

For any input point set the algorithms are able to not only identify boundary edges, but also trace.

The algorithms can:1) extract (identify and trace) both outer and inner boundaries separately from the input point set,2) work on any type of input point sets,3) extract boundaries separately from

- XA generated from shape_gen() function
  • 1.5K (All time)
  • 3 (Last 30 days)
  • 5.0 / 5
  • Community
  • 12 Dec 2016

Data Acquisition Toolbox Support Package for National Instruments NI-DAQmx Devices

Acquire and analyze data from NI-DAQmx devices.

Data Acquisition Toolbox™ Support Package for National Instruments® NI-DAQmx Devices enables you to communicate with the National Instruments hardware remotely from a computer running MATLAB®. Using

  • 45.8K (All time)
  • 202 (Last 30 days)
  • 2.4 / 5
  • MathWorks
  • 26 Jan 2026

ashape: a pedestrian alpha shape extractor

Version 1.3.0.0 by us

extracts 2d alpha shapes from a set of x/y data points

ASHAPE is a simple wrapper for ASLIB, which implements several (optimized) subroutines to extract and display 2d alpha shapes and alpha patches from a set of x/y data pointsASLIB returns a structure

  • 21.5K (All time)
  • 2 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 Apr 2010

Graph Digitizer

Version 1.3.1 by Andrey Shapkin

The Graph Digitizer Tool is a MATLAB script that enables users to extract data points from graphs in images.

The Graph Digitizer Tool is a MATLAB script that enables users to extract data points from graphs in images. The graphical interface allows users to load an image, select the desired region, and

  • 2.4K (All time)
  • 87 (Last 30 days)
  • 5.0 / 5
  • Community
  • 13 Nov 2024

Violin Plot

Version 1.7.0.0 by Holger Hoffmann

Violin Plot based on kernel density estimation, using default ksdensity

. Key Features:a) Specify plotting features as facecolor, edgecolor, etc. b) Provide data with variable column length as cells if wanted, e.g. Y = [100x1 double] [10x1 double]c) Plot Violins on the

  • 25.5K (All time)
  • 120 (Last 30 days)
  • 4.9 / 5
  • Community
  • 3 Nov 2015

extractCrashLogs(nDays,logDir)

Version 1.0.0.1 by Cesar Rivadeneyra

Easily extract crash logs generated by MATLAB

days:>> extractCrashLogsFor more days, execute the function with the number of days as input. For example, for 50 days:>> extractCrashLogs(50)

- function extractCrashLogs(nDays,logDir)
  • 4K (All time)
  • 8 (Last 30 days)
  • 3.7 / 5
  • Community
  • 1 Sep 2016

surfir - Surface plot from irregular data points

Version 1.0.0 by Hauke Gravenkamp

surfir takes vectors of data points x,y,z and creates a surface plot - similar to surf but for irregularly spaced data.

even be non-convex. You want to visualize the function as one of those nice surface plots. 'surf', however, requires the data to come in the form of a mesh grid, which is not easy to obtain if you don't

  • 1K (All time)
  • 5 (Last 30 days)
  • 5.0 / 5
  • Community
  • 16 Mar 2020

GUI utility to extract x, y data series from MATLAB figures

Version 1.0.0.0 by Tingyue Gu

Extract x and y data series from a MATLAB figure to a Microsoft Excel file.

the figure may have different x ranges. This utility can be easily expanded to extract x, y, and z data series from a 3-D figure. MATLAB R14 or higher is needed. This utility is compiler ready.

  • 2.4K (All time)
  • 1 (Last 30 days)
  • 4.6 / 5
  • Community
  • 19 May 2009

Extract data from a matlab figure (.fig) file

Version 1.0.0.0 by Pradyumna A

To extract data from a matlab figure (.fig) files generate using version 7 or later.

To extract data from a matlab figure (.fig) files generate using version 7 or later. It can be used for both 2D and 3D plots

- To unplot data from a matlab figure (.fig) files generated
  • 2.2K (All time)
  • 1 (Last 30 days)
  • 4.5 / 5
  • Community
  • 19 Jan 2012

Data density plot

Version 1.1 by Malcolm McLean

Plots data density of a two-dimensional distribution for human viewing.

Data density can be hard to read from scatter plots due to overstriking. I therefore calculate data density at each pixel as the reciprocal of the sum of squared distance from each point, adding a

- DATADENSITYPLOT Plot the data density
- DATADENSITY Get a data density image of data
  • 6.9K (All time)
  • 2 (Last 30 days)
  • 4.1 / 5
  • Community
  • 29 Nov 2014

Scenario Builder for Automated Driving Toolbox

Build simulation scenarios from real-world vehicle data recorded from GPS, IMU, camera, and lidar sensors

extractionExtract key events from recorded sensor dataEgo vehicle trajectory generation and localizationSmooth GPS Waypoints for Ego LocalizationEgo Vehicle Localization Using GPS and IMU FusionEgo Localization Using

  • 1.1K (All time)
  • 131 (Last 30 days)
  • 5.0 / 5
  • MathWorks
  • 26 Jan 2026

joyplot (ridgeline plot | 山脊图)

Version 2.0.2 by Zhaoxu Liu / slandarer

Draw joyplot (ridgeline plot) with rug marks, median lines, quantiles, and 5 ColorModes options.

draw.JP = joyPlot(Data, 'ColorMode','Order');JP = JP.draw();% Create handles for legend and display.lgdHdl = JP.getLegendHdl();legend(lgdHdl)%% Change colorfigure()% Create joyplot object, change color and

  • 485 (All time)
  • 17 (Last 30 days)
  • 5.0 / 5
  • Community
  • 28 May 2026

Data Theif

Version 1.1.0.0 by Adnan

DataTheif Helps you to extract data points from graphs.

You can scan a graph from a printed publication and load it using DataTheif, and then extract data points from it.

- By Adnan M El Makdah
  • 3.2K (All time)
  • 9 (Last 30 days)
  • 4.8 / 5
  • Community
  • 7 Jun 2018

3D Polar Plot

Version 1.2.0.0 by Ken Garrard

Plots 3d polar data with polar axis and polar grid

Polarplot3d produces surface, mesh, wireframe and contour plots for three dimensional polar data. A labeled polar axis is drawn at a fixed height or it can follow the surface contour at maximum

- POLARPLOT3D Plot a 3D surface from polar coordinate data
  • 25.7K (All time)
  • 13 (Last 30 days)
  • 4.9 / 5
  • Community
  • 4 Mar 2016

FSDA - Flexible Statistics Data Analysis toolbox

Version 8.7.10.24 by Marco Riani

Flexible Statistics Data Analysis Toolbox

forward plots.All Flexible Statistics Data Analysis Toolbox™ functions are written in the open MATLAB® language. This means that you can inspect the algorithms, modify the source code, and create your own

- creates a matrix of indexes where rows are distinct p-subsets extracted from a set of n elements
- plots the trajectory of minimum deletion residual (mdr)
- plots information criterion as a function of $c_{det}$, $c_{shw}$, $c_{shb}$ and $k$
- plots the trajectories of scaled Mahalanobis distances along the search
- EXAMPLES OF CATEGORICAL DATA ANALYSIS
- returns cumulative distribution function from the tobit model
- produces the carbike plot to find best relevant clustering solutions
- recreates the original data matrix X from contingency table N
- plots the trajectories of leverage along the search
- plots a histogram with the elements in each bin grouped according to a vector of labels.
- computes (and optionally plots) a kernel smoothing estimate for bivariate data.
- random arrays from the tobit distribution
- returns a random number from non-central hypergeometric probability density function
- returns random arrays from the Wallenius non central hypergeometric distribution
- produces the augmented star plot and enables interactivity
- plots the trajectories of minimum Mahalanobis distances from different starting points
- enables to create automatic HELP FILES from structured .m function files
- plots the trajectories of the monitored scaled (squared) residuals
- creates a balloon plot of a contingency table
- finds and plots missing data patterns
- produces a bar plot with different widths and colors for each bar
- performs forward search in multivariate analysis with exploratory data analysis purposes
- transforms points or positions from 'axes data units' to 'normalized figure units'
- plots the fan plot for transformation in linear regression or deletion t stat
- generates the double wedge plot of a time series
- downloads financial time series from Yahoo Finance and optionally plots them using a customizable three-panel layout
- performs Principal Component Analysis (PCA) on raw data.
- plots the Mahalanobis distances for each row of the input data matrix
- computes price and instantaneous variance processes from the CEV model
- plots information criterion as a function of c and k
- hides/shows symbols inside all gplotmatrix subplots (or similar multi-plots) clicking on the legend.
- plots a probability density function between specification limits
- plots the trajectory of minimum deletion residual from random starts
- produces the candlestick plot for robust model selection in linear regression
- produces the carbike plot to find best relevant clustering solutions
- adds least-squares fit line(s) to scatter plot(s).
- extracts a set of best relevant solutions
- simulates random variates from the Vervaat perpetuity distribution.
- computes the integrated variance-covariance matrix of any number of processes from discrete observations, via the Fourier-Malliavin estimator with Fejer kernel
- plots the trajectory of minimum Mahalanobis distance (mmd)
- simulates linear regression data with pre-specified values of statistical indexes.
- adds objects (personalized clickable multilegends and text labels) to the scatter plot matrix
- extracts a set of best relevant solutions from 3D array computed using function tclustICgpcm
- M-step: update mu and Sigma from expected stats.
- removes extra spaces and selected carriage returns from input string
- random arrays from the Wallenius non central hypergeometric distribution.
  • 24.4K (All time)
  • 896 (Last 30 days)
  • 5.0 / 5
  • Community
  • 21 May 2026

Climate Data Toolbox for MATLAB

Version 1.01 by Chad Greene

A set of low-level functions and tutorials for analyzing and displaying Earth science data.

This toolbox contains a standard set of MATLAB functions for analyzing and displaying climate data. The functions are computationally efficient, easy to use, and come with many tutorials that

- transectc produces a contour plot oceanographic data from CTD profiles collected at different locations and/or times.
- The globeplot function plots georeferenced data on a globe.
- The globepcolor function plots georeferenced data on a globe where color is scaled by the data value.
- The globesurf function plots georeferenced data on a globe where values in matrix Z are plotted as heights above the globe.
- This function plots a polynomial fit to scattered x,y data. This function can be used to easily add a linear trend line or other polynomial fit to a data plot.
- The globescatter function plots georeferenced data as color-scaled spheres on a globe.
- The globecontour function plots contour lines on a globe from gridded data. Note: these contours are not contour graphics objects and are not linked to the current colormap.
- Back to Climate Data Tools Contents
- transect produces a color-scaled transect diagram of oceanographic data from CTD profiles collected at different locations and/or times.
- vline creates vertical lines on a plot.
- hline creates horizontal lines on a plot.
- vfill creates vertical filled regions on a plot.
- hfill creates horizontal filled regions on a plot.
- earthimage plots an unprojected image base map of Earth.
- Back to Climate Data Tools Contents
- Back to Climate Data Tools Contents
- Back to Climate Data Tools Contents
- xyz2grid converts regularly-spaced columnated x,y,z data into gridded data. See also xyzread.
- The globeborders function plots georeferenced political boundaries on a globe.
- The boundedline function plots lines with shaded error/confidence bounds.
- patchsc plots patch objects with face colors scaled by numeric values.
- borders plots National or US state boundaries without Matlab's Mapping Toolbox. If you want to plot borders on a map generated by Matlab's Mapping Toolbox, use bordersm instead.
- ntitle places a title within a plot instead of on top of it.
- trend calculates the linear trend of a data series by least squares. Data do not need to be equally spaced in time.
- The anomaly function plots line data with different colors of shading filling the area between the curve and a reference value. This is a common way of displaying anomaly time series such as sea
- The topo_interp function interpolates elevation relative to sea level at any geographic points. The data are from the ETOPO5 world digital elevation model, which is provided at 5-minute (or 1/12
- quiversc scales a dense grid of quiver arrows to comfortably fit in axes before plotting them.
- The reshapetimeseries function reshapes a vector of timeseries data onto a time-of-year x year grid, accounting for messiness associated with leap days or unevenly-spaced data.
- The globegraticule function plots a graticule globe. Optional inputs control the appearance and behavior of the graticule.
- The globefill function plots a filled globe. Optional inputs control the appearance and behavior of the globe.
- cdtgradient calculates the spatial gradient of gridded data equally spaced in geographic coordinates.
- reof reconstructs a time series of eof anomalies from specified EOF modes.
- The windstress function estimates wind stress on the ocean from wind speed.
- The spiralplot function makes a spiral plot that shows the annual nature and long-term trend of a time series.
- The globequiver function plots georeferenced vectors with components (u,v) in a East-North coordinate system on a globe.
- dist2coast determines the distance from any geolocation to the nearest coastline.
- The ensemble2bnd function calculates statistics across an ensemble of datasets, and provides several options to plot these ensemble statistics.
- air_density computes density from the baromometric forumula for a US Standard Atmosphere.
- air_pressure computes pressure from the baromometric forumula for a US Standard Atmosphere.
- deseason removes the seasonal (aka annual) cycle of variability from a time series.
- This function plots a power spectral density of a time series using the periodogram function. Requires Matlab's Signal Processing Toolbox.
- The ncbuild function simplifies the process of building netCDF output files based on Matlab data variables.
- The ekman function estimates the classical Ekman transport and upwelling/downwelling from 10 m winds.
- The eof function gives eigenmode maps of variability and corresponding principal component time series for spatiotemporal data analysis. This function is designed specifically for 3D matricies of
- h5struct loads HDF5 data into a Matlab stucture with the same hierarchy as the original file.
- bordersm plots National or US state boundaries on maps generated with Matlab's Mapping Toolbox. If you don't have Matlab's Mapping Toolbox, use borders instead.
- sinefit fits a least-squares estimate of a sinusoid to time series data that have a periodicity of 1 year.
- The phasebar function places a circular donunt-shaped colorbar for phase from -pi to pi or -180 degrees to 180 degrees.
  • 19.5K (All time)
  • 100 (Last 30 days)
  • 5.0 / 5
  • Community
  • 4 May 2026

Graphical data selection tool

Version 1.0.0.0 by John D'Errico

A graphical tool to modify your plots and locate data points

application. It could also be useful when called directly from the commandline to identify data points or sets of points on a plot, or to delete points (outliers) from a plot. It can be used to return the

- selectdata: graphical selection of data points on a plot using the mouse
  • 15.6K (All time)
  • 4 (Last 30 days)
  • 4.9 / 5
  • Community
  • 20 Feb 2007

spiral plot

Version 1.1.1 by Zhaoxu Liu / slandarer

Draw spiral plot/spiral chart/spiral diagram/ by MATLAB

  • 88 (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 28 May 2026

Collect and plot data from an instrument in real time

Version 1.0.0.1 by Ankit Desai

Real time data collection & plotting using query based instrument interactions.

This MATLAB(R) script generates a real time plot of voltage values collected from an Agilent(TM) 34401A Digital Multimeter over the serial port(RS232). The data is collected and plotted until the

- Real time data collection example
  • 20.1K (All time)
  • 4 (Last 30 days)
  • 3.5 / 5
  • Community
  • 1 Sep 2016

Hydraulic Valve Parameters From Data Sheets and Experimental Data

Version 1.7.0.1 by Steve Miller

Models and white paper on obtaining realistic parameter values from data sheets and measured data.

examples. Please read the README.txt file to get started.For an explanation of valve modeling and several of the examples contained in this submission, please watch, “Hydraulic Valve Parameters From Data

- Script to plot manufacturer's frequency response characterstic
- Script to plot flowrate error
- The file is a script file that provides data of a specific directional
- Script to produce plot explaining method of calculating phase in time
- Script to compare frequency response to
- Checks the result of optimization by plotting phase characteristics at
  • 3.9K (All time)
  • 7 (Last 30 days)
  • 5.0 / 5
  • Community
  • 1 Sep 2016

Object-oriented tools to fit/plot conics and quadrics

Version 1.2.11 by Matt J

A tool set for fitting and/or plotting various conics and quadric surfaces, e.g., ellipses, cylinders, spheres, planes, cones, and lines.

of fit is represented by an object within a class hierarchy. For each fit type, overloaded methods are provided for fitting the data, as well as post-plotting an overlay of the fit onto the raw data in

  • 2.3K (All time)
  • 9 (Last 30 days)
  • 5.0 / 5
  • Community
  • 8 Feb 2024

Plot The Data From Simulink Scope

Version 1.2.0.0 by Lv Jiyuan

Easily plot the data from scope and add title , xlable and so on with a single statement.

You can easy plot the data from simulink scope with title , xlable and so on by this function.For example, D0(ScpoeData,'r') will draw a red line in figure whose data is from scopedata you saved. And

  • 2.3K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 17 Dec 2008

Download Daily Data from Google and Yahoo! Finance

Version 1.1.0.0 by Michael Weidman

Provides functions for getting data from both data sources as well as helper utility functions

This archive contains functions for downloading daily stock price information from both Google and Yahoo! Finance as well as helpful utility functions. It furthermore contains a (basic but decent

- Script to re-create Daily Data for tests
- getGoogleDailgData gets the OHLC, volume, and adjusted closing prices for
- getYahooDailyData gets the OHLC, volume, and adjusted closing prices for
- GETYAHOODAILYDATA scrapes the Yahoo! Finance website for one or more
- GETGOOGLEDAILYDATA scrapes the Google Finance website for one or more
  • 17.2K (All time)
  • 11 (Last 30 days)
  • 4.9 / 5
  • Community
  • 10 Jan 2014

Surface Fitting using gridfit

Version 1.1.0.0 by John D'Errico

Model 2-d surfaces from scattered data

Those wishing to model a surface from data in the form of z(x,y) from scattered or semi-scattered data have had few options in matlab - mainlygriddata.Griddata is a valuable tool for interpolation of

- gridfit: estimates a surface on a 2d grid, based on scattered data
  • 86.1K (All time)
  • 18 (Last 30 days)
  • 4.9 / 5
  • Community
  • 4 Mar 2016

Bullseye Polar Data Plot

Version 1.0.0.0 by Daniel Ennis

This function creates smooth patches of polar data in "bullseye" plot.

BULLSEYE plots patch data in polar coordinates. The DATA matrix is mapped to a bullseye plot as follows. The matrix rows are mapped to the circumference and matrix columns are mapped to radial

- BULLSEYE plots patch data in polar coordinates. The DATA matrix is
  • 2.9K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 31 Mar 2016

Analyzing Weather Data from an Arduino-based weather station

Analyze data from a weather station connected to ThingSpeak

This example illustrates how to analyze data from a weather station connected to ThingSpeak, an IoT analytics platform. The data is visualized and analyzed in MATLAB. The example shows how to

  • 5.3K (All time)
  • 3 (Last 30 days)
  • 4.7 / 5
  • Community
  • 2 Oct 2019

Extract Slice from Volume

Version 1.5.0.0 by pangyuteng

ExtractSlice extracts an arbitrary slice, both intensities and indices, from a given volume.

ExtractSlice extracts an arbitrary slice, both intensities and indices, from the input volume given the center and normal of the slice. If you are familiar with IDL, this is the equivalent function

- extractSlice extracts an arbitray slice from a volume.
  • 2K (All time)
  • 1 (Last 30 days)
  • 4.5 / 5
  • Community
  • 12 Aug 2011

Plot Arduino data on MATLAB

Version 1.0.0.0 by Nishant Kumar

Plot Serial Data comming from Arduino

  • 2.4K (All time)
  • 3 (Last 30 days)
  • 4.8 / 5
  • Community
  • 22 Apr 2015

Bode plot with asymptotes

Version 1.2.0.2 by Trond Andresen

Bode plot with asymptotes

The function asymp() corresponds to bode(), but it also plots asymptotes for the magnitude and phase graphs. Phase asymptotes are only horizontal and vertical. asymp() only accepts SISO transfer

  • 28.9K (All time)
  • 133 (Last 30 days)
  • 4.7 / 5
  • Community
  • 22 Sep 2020

Extract image files from GIF

Version 1.0.0.0 by Pedro Rodenas

Extract image files from GIF

This script stract image files in your desired format from gif. You must indicate the name of your GIF and the name of your output images.nombre = strcat('name', num,'.jpg');name1.jpgname2.jpg

  • 263 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 20 May 2017

Surface Reconstruction From Scattered Points Cloud

Version 1.0.0.0 by Luigi Giaccari

Surface from 3d points

Allows to extract manifold surface from 3d scattered points. Shape can even be non-convex but must represent a closed volume

  • 2.1K (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 14 Jul 2017

Extract 2D images from 3D volume image data

Version 1.0.0.0 by Rex Cheung

This m-script slices 3D image file in MovingMask.raw in 2D images.

  • 558 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 28 Mar 2012

Instrument Control Toolbox Support Package for National Instruments NI-SWITCH Hardware

Control and acquire data from NI-SWITCH devices.

Instrument Control Toolbox™ Support Package for National Instruments® NI-SWITCH Hardware enables you to communicate with NI-SWITCH hardware remotely from a computer running MATLAB®.This support

  • 8.4K (All time)
  • 204 (Last 30 days)
  • -- / 5
  • MathWorks
  • 26 Jan 2026

Intuitive RGB color values from XKCD

Version 1.5.0.0 by Chad Greene

RGB triplets for 949 colors, by how they're perceived on a computer monitor and their common names.

colors and asked to fill in their word for that color. You won't find "puke green" on Wikipedia's list of web colors, despite the fact that it's a color name that people use and understand. Data come from

  • 4.9K (All time)
  • 3 (Last 30 days)
  • 4.9 / 5
  • Community
  • 12 Jun 2017

Directly Extract Part Of Speech (POS) Information from MeCab

Version 1.0.0 by Toru Ikegami

The functions in this repository enable to extract direct output of MeCab tokenizer. 形態素解析器MeCabの品詞分類を直接読み出すためのラッパー関数です.

`tokenizedDocument` and `tokenDetails` that enable to extract direct output of MeCab tokenizer.The Japanese tokenizers (MeCab) used in MATLAB Text Analytics Toolbox consolidates POS output (69 kinds) from the MeCab

  • 78 (All time)
  • 4 (Last 30 days)
  • 5.0 / 5
  • Community
  • 7 Jul 2020

Polar contour plot

Version 1.0.0.0 by Richard Rieber

Creates a contour plot from polar coordinates

Have you ever wanted to do a contour plot of data in polar coordinates but didn't want to go through the hassle of converting it all to Cartesian coordinates? Well if so, here's your answer. A

- POLARCONT Polar contour plot
  • 5.7K (All time)
  • 1 (Last 30 days)
  • 4.4 / 5
  • Community
  • 18 Jun 2007

EEGLAB

Version 2024.0 by Arnaud Delorme

A toolbox for processing electrophysiological data

EEGLAB is an open-source signal processing environment for electrophysiological signals running on Matlab and developed at the SCCN/UCSD. Download from the project website rather than GitHub to make

  • 43.3K (All time)
  • 594 (Last 30 days)
  • 4.8 / 5
  • Community
  • 28 May 2026

FEATURE EXTRACTION FOR CHARACTER RECOGNITION

Version 1.5.0.0 by Dinesh Dileep Gaurav

EXTRACTS FEATURE VECTORS FROM SINGLE CHARACTER IMAGES

The m-files inside this zip file extracts features of single characters of english language based on their geometric properties from the input image. Two approaches are explained for extracting

- this function is supposed to extract features from the input image
- this function is supposed to extract features from the input image
- this func del_pixel(pixel,set) deletes the given pixel from the set;
- func ismymember() cheks whether pixel is a element of given set
- this function will be taking a image and the co-ordinates of the central pixel will be given.
- This file should help me in distinguishing individual line segments
- This function tests whether pixel is in the given set
- this function should give me the no and type of line segments in a given
- the function finddirection takes two pixel coordinates as arguments
- later code to skeletonize the image and such things have to be added to
- this file should help me giving every starters and intersections in the
  • 18.1K (All time)
  • 2 (Last 30 days)
  • 4.7 / 5
  • Community
  • 20 Feb 2012

Plot Groups of Stacked Bars

Version 1.0.0.0 by Evan

Generate a bar plot with multiple stacks grouped together.

Plot a set of stacked bars, but group them according to labels provided.Params: stackData is a 3D matrix (i.e., stackData(i, j, k) => (Group, Stack, StackElement)) groupLabels is a CELL

- Plot a set of stacked bars, but group them according to labels provided.
  • 12.5K (All time)
  • 7 (Last 30 days)
  • 4.8 / 5
  • Community
  • 13 Sep 2011

Plot 2D/3D Vector with Arrow

Version 1.0.0.0 by Rentian Xiong

This function plots a line vector with arrow head.

Arrowline 3-D vector plot.vectarrow(p0,p1) plots a line vector with arrow pointing from point p0 to point p1. The function can plot both 2D and 3D vector with arrow depending on the dimension of the

- Arrowline 3-D vector plot.
  • 42.8K (All time)
  • 158 (Last 30 days)
  • 3.8 / 5
  • Community
  • 20 Apr 2005

Phase Portrait Plotter

Version 2.2 by Mohit Kumar

Plot the phase portrait for the entered system of differential equations

using the app. The app works with limited functionality for versions preceding R2020b. For versions prior to R2020b, mouse click interactions with the plots (adding trajectories and guessing solutions) do

  • 8.6K (All time)
  • 43 (Last 30 days)
  • 5.0 / 5
  • Community
  • 28 Mar 2021

Extract values from a deeply nested Struct for a designated fieldname

Version 1.2.0.0 by Yung-Yeh Chang

Useful tool for searching and collecting values in a tree data type STRUCT with specific fieldname

STRUCTVAL is a convenient tool that extracts values from a deeply nested Struct for a designated fieldname. Assuming you have a data set that is constructed with the same property and stored in a

- Collect values from specific field in a STRUCT
  • 366 (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 12 Jun 2017

sel_and_del Interactively select and delete points from a 2D plot with the mouse

Version 1.0.0.0 by José-Luis

Left click selects a point and right click unselects it.

sel_and_del Obtains a line object xy data from thecurrent figure and axes and proceeds to the interactive selection of the points to delete. Only one line object per axes is supported. [del_points new_dataset

  • 1.5K (All time)
  • 1 (Last 30 days)
  • 5.0 / 5
  • Community
  • 27 Aug 2009

Extract data from contour isolines

Version 1.0.1 by Angelo De Fenza

The script show how identify the x,y coordinates of a specific isoline of a contour plot and the calculation of the respective areas.

The script show how identify the x,y coordinates of a specific isoline of a contour plot and the calculation of the respective areas.

  • 155 (All time)
  • 1 (Last 30 days)
  • -- / 5
  • Community
  • 5 Apr 2019

Load more