image thumbnail

updated 4 days ago

export_fig by Oliver Woodford

Exports figures nicely to a number of vector & bitmap formats. (anti alias, figure, embed)

copyfig(fh)

eps2pdf(source, dest, crop, append, gray, quality)

export_fig(varargin)

image thumbnail

updated 5 days ago

plotly API by Chris

Graphs in a web-browser! Example graph: https://plot.ly/~jackp/614/. View and share interactively. (plot, data export, gui)

cell2json(s)

json2struct(j)

m2json(val)

image thumbnail

updated 15 days ago

Add Visible Line over Images (Modifed Version of the one in Doug's MATLAB Video Tutorials) by Anand P

This is a modified version of the one shared in Doug's MATLAB Video Tutorials (image processing, signal processing, data export)

cursorLine(x,y,innerThickness, outerThickness)

image thumbnail

updated 15 days ago

Plot2BMP by Bryan C. Smith

Exports Matlab arrays into BMP images. Many options for color, can handle complex arrays. (plotting, visualization, complex maps)

plot2bmp(Z,varargin)

mandelbrot.m

image thumbnail

updated 1 month ago

sinaset by Sina Khatami

By this function you could simply customize your plotted figures & save them as TIF & fig files (data export, plot, save)

sinaset(hndl,handelsize,Xp,Yp,xlbl,xlblsize,ylbl,ylblsize,t...

image thumbnail

updated 3 months ago

Attributed Plot Html by Emily Alden

This exchange file creates a clickable image map for a figure with links to multiple data sources. (data export, images, html)

AttributedPlotHtml(Dim2Data,ImageName,Crux)

EXAMPLE_marathons.m

image thumbnail

updated 10 months ago

Scalable Vector Graphics (SVG) Export of Figures by Juerg Schwizer

Converts 3D and 2D MATLAB plots to the scalable vector format (SVG). (plot2svg, svg filters, 3d)

demo_svg_water

plot2svg.m

simulink2svg

image thumbnail

updated 11 months ago

Export figure to 3D interactive PDF by Ioannis Filippidis

Export figure as a U3D file or directly to 3D interactive graphics within a PDF. (3d, u3d, graphics)

[strmodelshading, strfaces_colors, strfaceshading, strcolor...

arclength(px,py,varargin)

axes_extremal_xyz(ax)

image thumbnail

updated 1 year ago

compressLines by Clemens

Tool to remove points from lines that would not be visible in plot. (plot, line, compress)

compressLines(f)

image thumbnail

updated 1 year ago

DataNinJa (DNJ) by Michael Rutberg

A toolkit for exploring, visualizing, and manipulating large mixed-type datasets (data exploration, data import, data export)

dataninja(varargin)

dnj2xls(inStruct,outputFilename)

dnjcomply(inStruct,varargin)

image thumbnail

updated 1 year ago

PhotoShop Scatter by Robert Macrae

A script for creating transparent scatter plots in Photoshop. Requires Photoshop. (data export, scatter, transparent)

psscatter(X,Y,PointSize,DataPointLocation)

image thumbnail

updated 2 years ago

Draw two figures with separate x and y axis by Nassim Khaled

This script plots two sets of 1D data on the same figure. (two axes, axes, data export)

figure_with_two_axis_with_same_grid(x1,y1,x2,y2,x_num_of_gr...

image thumbnail

updated 2 years ago

Tutorial: Put 3D Vector Field data into ParaView by Daniel Gallichan

ParaView is open-source software for 3D visualization - but getting data in is non-trivial. (3d visualization, paraview, data export)

image thumbnail

updated 2 years ago

Display Stock Data by Peter Webb

Internet enabled data analysis and visualization. (candlestick, data, news)

DisplayStockData(symbol, startdate, frequency, periods)

GetStockData(symbol, startdate, frequency, periods)

daxis(aksis,dateform,startdate)

image thumbnail

updated almost 3 years ago

MontageFigures by Nick Sinclair

Creates Montage (subplots) of Specified Figures and their subplots (montage, copyobj, copy)

montagefigurefiles(x,y)

montagefigures(figurearray,x,y)

image thumbnail

updated 4 years ago

plotgantt by Adam Leadbetter

Plot a Gantt chart from a Matlab structure. (data export, project planning, project management)

plotgantt(in_struct,st_day,st_mon,st_yr,en_day,en_mon,en_yr...

image thumbnail

updated 4 years ago

Export triangulation to Paraview by David Gingras

Function to export an unrestricted 2D triangulation to a VTK file which can be open with Paraview. (2d, visualization, data export)

exportTriangulation2VTK(file,XYZ,tri,dir)

image thumbnail

updated 4 years ago

m2googlechart by Adam Leadbetter

Demonstrates acessing a Java class from Matlab in order to generate Google Chart API plots. (data export, data visualisation, plotting)

googleChartEncodeProducer

m2googlechart.m

image thumbnail

updated 4 years ago

Exporting a MATLAB plot/figure to Excel by Amit

Copy using dmeta and pasting using PasteSpecial (data export, excel, plot)

PlotInExcel

image thumbnail

updated 4 years ago

igesout by Daniel Claxton

Convert surfaces, curves and lines to IGES file (cad, iges, convert)

igesout(obj,filename,varargin)

image thumbnail

updated 4 years ago

m2googlevis by Adam Leadbetter

Creates Google Vizualization API plots from Matlab data sources (data import, data export, visualization)

m2googlevis(varargin)

image thumbnail

updated 7 years ago

aviread16bitcol by Kelly Kearney

Reads in a 16-bit color avi movie (data import, data export, read)

aviread16bitcol(varargin)

image thumbnail

updated 9 years ago

xlsgraph by Fahad Al Mahmood

Creates graphs from existing Excel sheet containing column data. (excel, spreadsheet, data import)

xlsgraph(xtitle,ytitle,chartype,chart_title,varargin)

image thumbnail

updated 9 years ago

xlsfont, xlsalign, xlsborder, xlswordart, xlscomment by Fahad Al Mahmood

5 functions to modify Microsoft Excel cell format & adds comments and WordArt (excel, border, font)

xlsalign(filename,sheetname,varargin)

xlsborder(filename,sheetname,varargin)

xlscomment(filename,sheetname,cell,comment,visible)

image thumbnail

updated 9 years ago

xlschart by Fahad Al Mahmood

Writes column headers and a matrix to excel and graphs all columns or two specified columns. (graph, spreadsheet, excel)

xlschart(titles,m,chartype,chart_title,varargin)

image thumbnail

updated 9 years ago

dxf export for 3d line elements by Christoph Krall

Exports 3d line elements into a DXF file for further use with CAD software. (3d, dxf, data export)

writedxfline.m

image thumbnail

updated 9 years ago

graphtogml.m by Amos Storkey

Version 0.1 A quick program that outputs a graph or network diagram to GML format. (graph, display, data import)

graphtogml(fname, adjacency, names, positions)

Contact us