image thumbnail

updated 23 hours ago

Html Table Writer by Roger Parkyn

Writes a cell-array to an html file. Numerous formatting options are available. (data export, html table, table)

html_table(table_cell, fname, varargin)

image thumbnail

updated 20 days ago

Simple 3D mesh to web converter by Benjamin I

A simple script to convert a mesh consisting of faces and vertices to an interactive html document. (mesh, x3dom, 3d)

x3mesh(f,v, varargin)

demo1.m

demo2.m

image thumbnail

updated 1 month ago

Printing Variables to HTML Tables in Published Code by Ned Gulley

This file lets you display variables as HTML tables in your published MATLAB files. (html, cell mode, publishing)

Printing Variables to HTML Tables in Published Code

makeHtmlTable(M, T, rowNames, colHeaders, colors, strPrecis...

image thumbnail

updated 1 month 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 2 months ago

Citizen Weather Observer Program by Mark Selby

Simple client for CWOP web based weather data (weather, html, earth science)

GetLocalWeather(varargin)

image thumbnail

updated 3 months ago

Publish dependent and called functions by Nick Angelini

Publish explicitly called functions not found in the MATLAB root. See mfile for limitations. (youre a jewel, potw, html)

Volume_Flow( r0 )

new_doc=publishdepfun(func,opts,add_fun,rm_fun)

Volume_Flow_Study.m

image thumbnail

updated 10 months ago

htm by Christopher Pedersen

simple interface for writing information to html files (html)

htm

image thumbnail

updated 11 months ago

JSONlab: a toolbox to encode/decode JSON files in MATLAB/Octave by Qianqian Fang

JSONlab is an open-source implementation of a JSON encoder and a decoder/parser for MATLAB/Octave. (decoder, xml, matlab)

json=savejson(rootname,obj,varargin)

loadjson(fname,varargin)

opt=varargin2struct(varargin)

image thumbnail

updated 1 year ago

Web-browser viewable GUI animations of .PNGs, .GIFs, etc. by Kevin Bartlett

Creates javascript/html GUI-driven animation of still images (GIFs, JPEGs, etc.). (gui, image processing, movie)

jsanim(fileList,varargin)

image thumbnail

updated 1 year ago

htmlTableToCell by Steinar Elgsæter

Parses HTML file and retrieves specified table as cell. (html, url, web)

example

htmlTableToCell.m

image thumbnail

updated 1 year ago

EMat: Embedded Matlab Templating by Kota Yamaguchi

EMat class provides Ruby's ERB-like templating system in Matlab. (text, template, html)

EMat

main.m

image thumbnail

updated 1 year ago

Web Server by Dirk-Jan Kroon

HTTP Matlab Web Server, allows m-files to be executed in a browser (apache, php, webserver)

[TCP,data]=JavaTcpServer(action,TCP,data,config)

header=make_bin_http_header(html,found)

header=make_html_http_header(html,found)

image thumbnail

updated 1 year ago

Matlab 3D figure to 3D (X)HTML by Dirk-Jan Kroon

Converts 3D objects of a Matlab figure to XHTML embedded X3D file. Interactive 3D website graphics. (3d, opengl, webgl)

[F,V,Cface,Cedge,E,T]=surf2FV(Obj)

[data,loc]=XMLaddNode(name,data,loc)

[data,loc_body]=XHTMLheader(options)

image thumbnail

updated almost 2 years ago

HTML Indexer by tudor dima

automated multi-language html index, index for print, batch image scaling (gui, html gallery, annotation)

GenerateHtml(FileList,Dir,Options)

dlgLimba(languages, cefaci)

dlgUpdTxt(strOrig, strInsert, index)

image thumbnail

updated almost 2 years ago

wikimarkup by Pavan Mallapragada

Generates latex, html, mediawiki, xml code for tables, images, text and matlab structures. (oop, automatic latex code, wiki)

wikimarkup

wikisyntax

demo.m

image thumbnail

updated almost 2 years ago

Automatische Dokumentation Matlab-Quellcodes Automatic Documentation Matlab source codes by Roberto Herrera

Automatische Dokumentation Matlab-Quellcodes Automatic Documentation Matlab source codes (mat2html, documentation, html)

demo

funct1( a,b )

funct2( a,b )

image thumbnail

updated almost 2 years ago

data2HTMLTable by Salil Banerjee

This file converts a tabular data into a HTML tabular format. (html, data export, data import)

data2HTMLTable(filename,align,border,aligncaption,fontsize,...

image thumbnail

updated 2 years ago

Create 3D-interactive HTML File from MATLAB surface, Part2 by Sven Koerner

This function allows to show 3d-surface plots in html - documents. (figure, html, interactive)

javaview_nosym(surface_handle, filename, destination, sourc...

image thumbnail

updated 2 years ago

Command window file explorer by Jon Danisch

Embedded html links to open, run, or edit files from the command window. With bookmarks! (cd, ls, dir)

expcd(newdir)

explore(varargin)

image thumbnail

updated 2 years ago

Get HTML-table data into MATLAB via urlread and without builtin browser by Sven Koerner

Based on getTableFromWeb with a little more functionality for bring in table data from web to MATLAB (table, cell array, html)

getTableFromWeb_mod(url_string, nr_table)

image thumbnail

updated 2 years ago

Get HTML Table Data into MATLAB by Jeremy Barry

Identify tables and interactively select the data to bring into MATLAB. (html, table, import)

getTableFromWeb(varargin)

getTableDataScript.m

image thumbnail

updated 3 years ago

Create 3D-interactive HTML File from MATLAB surface by Sven Koerner

This function uses the abiliy from MuPad to create javaview-files (jvd, jvx) and html - documents. (3d, mesh, surface)

javaview(surface_handle, filename, destination, source, ope...

image thumbnail

updated 3 years ago

uhelp by paul koch

display a function's HELP or a CELL array in text window (gui, guitools, help)

uhelp.m

image thumbnail

updated 3 years ago

DataTable by Paul Mattern

store data in a table format that supports printing in plain text, Latex, HTML, Wiki,... (data export, latex, html)

DataTable

HTMLTablePrinter

LatexTablePrinter

image thumbnail

updated almost 4 years ago

PolySpace HTML Report Generator Context Menu by Luis Cantero

Creates a context menu for .rte files that allows for easy generation of PolySpace® HTML reports. (generator, generate, report)

image thumbnail

updated almost 4 years ago

Save Word as Text by Matthew Simoneau

Converts a Microsoft® Word document to a text file. (rtf, activex, word)

saveWordAsText(docFile,txtFile)

image thumbnail

updated almost 4 years ago

Mat Nanny v1.0 - RSS and html progress reports by Nick Clark

Check computation progress from anywhere with internet (development environme..., rss, html)

MatNanny(webStruct,dataStruct)

image thumbnail

updated 4 years ago

HTML anim by Bertrand Dano

Creates a HTML file/animation from any given 2D or 3D figure. See: http://azurespace.com/MOA/ (2d, 3d, mouseover image swapp...)

HTMLanim.m

image thumbnail

updated 4 years ago

Patchwork by DS

GUI wrapper for IMAGEPATCH function to create composite images and HTML image maps. (gui, imagepatch, mosaic)

...

boxborder(image,boundingbox,value)

choose_file(msgtext,somefile)

image thumbnail

updated 4 years ago

Myaa - My Anti-Alias for Matlab by Anders Brun

Better looking Matlab figures with anti-aliasing! (antialiasing, presentation, html)

myaa(varargin)

image thumbnail

updated almost 5 years ago

whats by Matt Fig

Duplicates the output of Matlab function WHAT, with clickable links. (path, directories, files)

whats(pth)

image thumbnail

updated 5 years ago

Generate HTML Table with thumbnails from jpg images by Theodoros Giannakopoulos

Creates an html table that contains the thumbnails (and links) of the jpg images of a whole director (image thumbnails, html, table)

createThumbnailTable(Dir,HtmlName, TSize, imagesPerRow)

resizeImageDir(DirName,DirName2,newName,preferredW)

resizeJPG(fileName,newFileName,preferredW)

image thumbnail

updated 5 years ago

HTML calendar generator by Toby Driscoll

HTMLCAL creates a web page with nicely formatted monthly calendars over a date range of your choosin (html, web, calendar)

htmlcal(startdate,stopdate,htmlfile,days)

image thumbnail

updated 7 years ago

Get Hyperlink to Help Browser Page by Abraham Cohn

Create Hyperlink to ANY MATLAB Help Browser Page in your Function Help (development environme..., html, doc)

doclink

image thumbnail

updated 7 years ago

Print data to HTML-code by Stijn Helsen

Print data (structures, cells, arrays, ...) to HTML-code. (development environme..., print, html)

HTMLout=print2html(s,nrecurs,f,options) % PRINT2HTML - Writ...

image thumbnail

updated almost 8 years ago

Resize images and make HTML slideshow by Adam O'Neill

Resize your digital camera photos then make a HTML slideshow to go on the web (graphics import, graphics export, images)

makeslideshow(varargin);

resizepics(varargin);

image thumbnail

updated almost 9 years ago

Using MATLAB to Generate HTML by Roy Schestowitz

MATLAB Experiments saved as HTML. (article, html, paper)

image thumbnail

updated almost 10 years ago

Subaxis - Subplot by Aslak Grinsted

Use HTML jargon for multi axis layout. (annotation, customization, subplot)

ArgStruct=parseArgs(args,ArgStruct,varargin)

h=subaxis(varargin)

image thumbnail

updated 10 years ago

Steepest Descent Method GUI Based Software Module by Kshitij Deshpande

Lets you calculate lowest interval. (approximation, interpolation, steepest descent meth...)

steep.m

Contact us