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 1 year ago

Heightprofile from GoogleEarth to 3D-Surface by Sven Koerner

The tool get the height-Profile from GoogleEarth via COM-API and the image to generate a 3D-surface. (3d, surface, plot)

ge_test1

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

The Krouchev Journal-Figure Advanced MATLAB Toolkit by Nedialko

Toward an advanced Toolkit for Journal-Figure preparation using MATLAB (data import, image processing, article)

hNew=lafig3(newFig, fhv, FFM);

zbkfig1(fh,newFig,relScl);

demo3.m

image thumbnail

updated 1 year ago

plotting a .xls spreadsheet by Stephan Koehler

Convenience function for plotting spreadsheets specifying several variables and also conditions (data import, plot, xlsread)

xlsplot( varargin )

image thumbnail

updated 1 year ago

plotting contents of a csv spreadsheet by Stephan Koehler

convenience function for plotting columns of a spreadsheet (data import, plotting)

csvplot( varargin )

image thumbnail

updated almost 2 years ago

GoogleEarth in GUI by Sven Koerner

Open GE in Matlab - GUI via ActiveX (activex, javascript, google)

ge2ma_demo

ge_html(varargin)

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 almost 4 years ago

MATLAB GraphViz Layout importer by Bjorn Wielens

GraphViz DOT file importer. Features include colours (HTML/X11/RGB/HSV), shapes, line styles etc. (plot, edge, data import)

[textObj,patchObj,nodeNames,adjacent]=drawDot(dotFile,surfa...

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