image thumbnail

updated 20 days ago

createAccessDSN by Mark Jones

Creates an ODBC DSN in Windows for a Microsoft Access DB File (access database, odbc, data import)

image thumbnail

updated 1 year ago

queryMySQL by Jonathan Karr

Platform independent MySQL database solution with blob support. (data export, mysql, database)

db2mat(db,indices,imps)

mat2db(fileName,db,indices,imps)

edu.stanford.covert.db.Database

image thumbnail

updated 2 years ago

Command window text by Hugh Nolan

Copies all text in the command window into a cell array of strings. (data export, logging, java)

[output_cell output_string text_container]=command_window_t...

image thumbnail

updated 2 years ago

adodb_tools by Jaroslaw Tuszynski

Adodb_tools allow communication with different types of databases through ADO OLEDB component. (query, access, myblob2)

Tutorial for adodb_toolbox Package

ado_connection=adodb_connect(connection_str, timeout)

adodb_query(ado_connection, sql, Pref)

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

API to transfer references of C-classes to Matlab and back by Lauri Tamminen

Interface to provide a way to transfer custom C/C++ class instance references to Matlab and to Mex (data export, data import, mex)

image thumbnail

updated almost 4 years ago

C2Mat by Peter Barnum

C2Mat allows OpenCV data structures to be transferred between C++ and Matlab. (c, opencv, data import)

image thumbnail

updated 4 years ago

MySQL shortcut files by Carrie Wall

(with mym.m) (data export, database, data import)

dbcurr

isdbase(name)

istable(name)

image thumbnail

updated 4 years ago

getscreen by matt dash

Replacement for getframe for multiple-monitor systems. Also takes screenshots of non-MATLAB windows. (data export, screenshot, screen shot)

[X,m]=getscreen(varargin)

image thumbnail

updated 4 years ago

Image Processing Subset by Anthony Gabrielson

I have started to write a subset of the Image Processing toolbox. (signal processing, image processing, mex)

buildMex(filename, enblDbg)

image thumbnail

updated almost 5 years ago

C++ raw data dumper by sun peng

Dump C++ data into Matlab to make debugging C++ program more easily. Handier than using engine APIs (engine, debug, c)

draw_points (pnts)

image thumbnail

updated 5 years ago

Access a MySQL database by Dimitri Shvorob

(with mym.m) (wrapper, mysql, mysql mym database)

MYDEMO: Demonstrate usage of mym utilities

dbadd(dbname)

dbcurr

image thumbnail

updated 6 years ago

Matlab to MySQL Interface by Luigi Rosa

Matlab to MySQL interface using a PHP script (data export, php, script)

[out]=mysql_input(hostname,username,password,query,url)

[out]=mysql_output(hostname,username,password,query,url)

test_input.m

image thumbnail

updated 6 years ago

database connection mfiles by Tim Myers

Queries datasource directly w/o requiring mods to ODBC Data Source Administrator. (access, database, datasource)

cn=oledbcn(cnstr,cto,rst)

s=oledbcnstr(type,sv,db,uid,pwd)

x=oledbquery(cn,sql)

image thumbnail

updated 6 years ago

popen read and write by Dan Ellis

MEX source to acccess popen r/w (data export, popen, pipe)

Popen access from Matlab

image thumbnail

updated 6 years ago

ADO OLE Database Connection by Martin Furlan

Queries datasource and insers data into datasource. (database, access, sql)

cn=adodbcn(cnstr,cto)

s=adodbcnstr(type,sv,db,uid,pwd)

x=adodbinsert(cn,sql)

image thumbnail

updated 6 years ago

File I/O C S-function Example by Jarrod Rivituso

A simple C S-function which reads data from a file during simulation. (data import, stdioh, c)

filetest

image thumbnail

updated 6 years ago

scanfc by Peter Li

scanf rewritten to give cell arrray output (data import, data export, scanf)

scanfc.m

image thumbnail

updated almost 7 years ago

MathML import/export by Michael Weitzel

Java class library and MATLAB scripts for MathML import/export. (data import, data export, mathml)

image thumbnail

updated 7 years ago

Myblob by Joerg Buchholz

Exchange blobs (binary large objects) with MySQL databases (blob, ado, myblob)

myblob_close (ado_connection)

myblob_command (ado_connection, command)

myblob_from_db (ado_connection, table, column, where, file)

image thumbnail

updated 7 years ago

MySQL Database Connector by Robert Almgren

Connect to MySQL database. (mysql, database, connector)

mysql.m

image thumbnail

updated almost 8 years ago

BuildKeyWhereClause by Michael Robbins

given a matrix of data and indexes to the changed data, it will build a where clause to be used by t (data import, data export, sql)

BuildKeyWhereClause(newdata,row,TableName,csFieldnames,csPr...

image thumbnail

updated 9 years ago

cstruct by AJ Johnson

A tool for mapping binary data to MATLAB structures and vice versa. (data import, data export, binary)

image thumbnail

updated 9 years ago

XLSWriteMex by Gordon Ray

MATLAB MEX function to create an Excel spreadsheet. (data import, data export, write)

image thumbnail

updated 9 years ago

CSE SQL Database Library by Laurent Cavin

A simple library for dealing with SQL databases. (sql, database, data import)

aout=install;

image thumbnail

updated almost 10 years ago

atlSocket by David Ganor

A TCP/IP client-side socket entity implemented as an ActiveX DLL. (data import, data export, tcpip)

tcp_close(tcp_client_h)

tcp_connect(ip_address, port_num)

tcp_geterror(tcp_client_h)

image thumbnail

updated almost 10 years ago

DatabaseCell2Mat by Michael Robbins

Converts the cell matrix that the Database Toolbox provides into a numeric matrix and a structure. (data import, data export, database)

[mdata,s]=DatabaseCell2Mat(GSData,attrval)

image thumbnail

updated 10 years ago

txt2db by Michael Robbins

Takes a delimited text file and populates a database table with it. (data import, data export, table)

txt2db(sfilename,scoldelim,sdbname,sdbuser,sdbpassword,stln...

Contact us