image thumbnail

updated 7 months ago

XML Parse-n-Find by Kesh Ikuma

XML parser and tag finder (utility, xml, parser)

xmlfind(S,varargin)

xmlparse(xmlfile)

xmlelem

image thumbnail

updated 12 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

xml2struct by Wouter Falkena

Convert an xml file into a MATLAB structure for easy access to the data. (xml, xml2struct, struct)

xml2struct( file )

image thumbnail

updated 1 year ago

MSOCOLOR: Microsoft Office Theme Colors by Kesh Ikuma

MSOCOLOR retrieves Microsoft Office Theme color schemes. (graphics, color palettes, net interface)

msocolor(varargin)

demo_msocolor.m

image thumbnail

updated 1 year ago

Google Weather by Sagar Aiya

Get location specific weather data using Google's Weather API (xml, weather)

gweather.m

image thumbnail

updated 1 year ago

struct2xml by Wouter Falkena

Convert a MATLAB structure into a XML file. (struct2xml, xml, struct)

struct2xml( s, varargin )

image thumbnail

updated 1 year ago

XMLTestRunDisplay by Jonathan Karr

JUnit-style XML logger for MATLAB xunit framework (xunit, junit, unit test)

edu.stanford.covert.test.runtests(varargin)

edu.stanford.covert.util.computerInfo()

edu.stanford.covert.util.escapeXML(str)

image thumbnail

updated almost 2 years 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 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 2 years ago

Using XPath from MATLAB by Matthew Simoneau

A simple example showing how to use XPath from MATLAB. (xml, xpath)

Using XPath from MATLAB

image thumbnail

updated 2 years ago

Viola Jones Object Detection by Dirk-Jan Kroon

Viola Jones Object detection using OpenCV trained classifiers (2d, detection, viola jones)

ConvertHaarcasadeXMLOpenCV(filename)

GetIntergralImages(Picture,Options)

HaarCasadeObjectDetection(IntegralImages,HaarCasade,Options...

image thumbnail

updated 2 years ago

xml_io_tools by Jaroslaw Tuszynski

Read XML files into MATLAB struct and writes MATLAB data types to XML (xmlwrite, xmlread, data import)

Tutorial for xml_io_tools Package

base64decode(x, outfname, alg)

base64encode(x, alg, isChunked, url_safe)

image thumbnail

updated 2 years ago

Generate Checks Report by David Jaffry

This tool generates Checks report(XML & CSV format) from C and C++ PolySpace® Results. (report, xml, polyspace)

image thumbnail

updated 3 years ago

view_xml by dan

An xml tree viewer. The viewer supports simple search and automatic xpath creation. (uitree, xml, uitable)

view_xml(xmlFileName)

image thumbnail

updated 3 years ago

XML utilities for MATLAB 6.1 (R12.1) by Malcolm Wood

Implementations of xmlread, xmlwrite and xslt for R12.1 (data import, data export, xml)

xmlread6p1(filename)

xmlwrite6p1(filename,doc)

xslt6p1(in,xsl,out);

image thumbnail

updated almost 4 years ago

Extract solution from CPLEX .sol file by Thomas Trötscher

Reads a CPLEX .sol xml file and extracts the solution. (cplex, data import, optimization)

read_cplexsol(solfile)

image thumbnail

updated 5 years ago

Systems Biology Tool Box ODE Generator by Ilya Chorny

Utility to generate ODEs from and xml file generated by sbiodesktop (biotech, pharmaceutical, ode)

create_ODEs.m

image thumbnail

updated 5 years ago

writeexcel by Peder Axensten

Writes data to an Excel xml file on any system (NO Excel or ActiveX required!). (microsoft, write, export)

writeexcel(file, varargin)

image thumbnail

updated 7 years ago

XML parsing tools by Charles Lehalle

xmltools is a MATLAB tool designed to handle XML data. (xml, tools, parsing)

xmltools( arg, out_file, varargin)

image thumbnail

updated almost 8 years ago

Use Mac OS X XML Plists with MATLAB by John Iversen

Utilities to convert Mac OS X native storage format (XML Property Lists) for use in MATLAB. (data import, data export, xml)

XMLPlistToStruct(xml)

loadXMLPlist(fname)

saveXMLPlist(fname, S)

image thumbnail

updated 8 years ago

XML Toolbox by Marc Molinari

Conversion of MATLAB data types to XML and vice versa. (xml, xml toolbox, data export)

toolbox_test

strsplit.m

unblank.m

image thumbnail

updated 8 years ago

XML4MAT v2.0 by Jonas Almeida

Converts XML to and from MATLAB structured variables. (xml, converter, structures)

XML=mat2xml(MAT,VARNAME)

[MAT,VARNAME,tag_contents]=xml2mat(XML)

[to_eval,eval_i,j]=tag2eval(tag_contents,to_eval,eval_i,j,t...

image thumbnail

updated 8 years ago

generateXML by Laurent Cavin

Output the input variable as an XML string suited for import in database systems. (xml, relationships, data import)

generateXML(in, name, lvl)

image thumbnail

updated 9 years ago

xml4mat v. 1.0 by Jonas Almeida

XML to and from structured variables: any XML --> MbML <----> MATLAB (structures, cell arrays, xml)

XML=mat2xml(MAT,VARNAME)

[MAT,VARNAME,tag_contents]=xml2mat(XML)

[to_eval,eval_i,j]=tag2eval(tag_contents,to_eval,eval_i,j,t...

Contact us