image thumbnail

updated 6 days ago

PIVMat 3.02 by Frederic Moisy

A PIV Post-processing and data analysis toolbox (davis, data export, data import)

about_pivmat (PIVMat Toolbox)

addnoisef (PIVMat Toolbox)

averf (PIVMat Toolbox)

image thumbnail

updated 21 days ago

Converting Dataset Simulation results to Excel Spreadsheet by Roni Peer

Two simple functions that convert a Dataset parameter, containing Simulink Simulation data, to excel (excel, dataset, simulink)

Dataset2XLS(DATA, filename)

XLS2Dataset(filename)

example_ReadDS

image thumbnail

updated 1 month ago

sifReader - Read Andor Newton .sif files into matlab. by Todd Karin

Read sif files generated by an Andor Newton camera into matlab. (sif, andor, netwon)

[data,varargout] =sifPlot(varargin)

convertUnits(input,inUnits,outUnits)

increaseAxisResolution(v,n)

image thumbnail

updated 4 months ago

Read fiout file (fidap) by Wouter

Read a FIOUT file, as produced by FIDAP Finite element software into Matlab. (fdneut, fidap, finite element)

compile_convertFioutToText()

readFioutFile(filename_in,temp_filename_save,varargin)

image thumbnail

updated 5 months ago

load_ascii by Jacob

Quickly load offset data from ascii file (csvread, dlmread, ascii)

load_ascii(filename,delimiter,header,nlines,offset)

image thumbnail

updated 6 months ago

GetGoogleSpreadsheet by Daniel

Download a google spreadsheet as csv and import into a Matlab cell array. (google, spreadsheet, import)

GetGoogleSpreadsheet(DOCID)

image thumbnail

updated 7 months ago

txt2mat by Andres

fast and versatile ascii data import capable of handling large text files (data import, ascii, csv)

txt2mat.m

image thumbnail

updated 9 months ago

ImportAsciiRaster by Giuliano Langella

Import Arc/Info AsciiRaster (gis, 3d, info)

ImportAsciiRaster(varargin)

image thumbnail

updated 9 months ago

LASimport by Joseph Hollmann

Function reads LAS files and returns recorded depth and measured data. (lwd, mwd, logging while drillin...)

LASimport(fn);

image thumbnail

updated 1 year ago

LVM file import by M. A. Hopcroft

Imports LabView .lvm data files into MATLAB (data export, lvm, data file)

lvm_import(filename,verbose)

image thumbnail

updated 1 year ago

Example for creating Multiple Entities for SimEvents - from excel by Roni Peer

An Excel file contains information about time and number of units to dispatch - use in SimEvents. (simevents, excel, import)

MultipleEntities_Excel

image thumbnail

updated 1 year ago

Metastockread by Oleg Komarov

Read metastock files (master, emaster, xmaster and .dat/.mwd) (metastock, finance, import)

metastockread(fullpath)

image thumbnail

updated 1 year ago

Fast serialize/deserialize by Christian Kothe

These functions can serialize most MATLAB data structures into a byte vector and vice versa. (serialize, export, import)

hlp_deserialize(m)

hlp_serialize(v)

image thumbnail

updated 1 year ago

CNCCoder by Sagheb Kohpayeh Araghi

This is a basic CNC coder which allow user to write CNC codes. (cnc code, data, cnc)

newCNC

image thumbnail

updated 1 year ago

PSpice binary import by Frank Sommerhage

lightning fast import for PSpice binary *.dat files (binary, pspice, data export)

readdat.m

image thumbnail

updated almost 2 years ago

Wavefront OBJ toolbox by Dirk-Jan Kroon

Read and Write Wavefront OBJ geometry and MTL files (3d studio max, obj, blender)

OBJ=read_wobj(fullfilename)

write_wobj(OBJ,fullfilename)

image thumbnail

updated almost 2 years ago

csv2cell by David Groppe

Simple function that imports a 2D text file spreadsheet into a 2D cell array. (spreadsheet, comma delimited, tab delimited)

csv_matrix=csv2cell(csv_fname,delimiter)

image thumbnail

updated 2 years ago

XLS Import tool by Findlay Yeates

XLS importing tool for variable datasets (excel, convert, xls)

DBDump(DatabaseFileXls)

image thumbnail

updated 2 years ago

SSH From Matlab (updated) + SFTP/SCP by David Freedman

Run commands on a remote machine from a Matlab session, via a secure shell. (scp, ssh, import)

scptomatlab(userName,hostName,password,localFolder,remotefi...

sftpfrommatlab(userName,hostName,password,localfilename,rem...

sshfrommatlab(userName,hostName,password)

image thumbnail

updated 2 years ago

smartread.m by Josh Warren

Indexed read function for large numeric .csv files (data, import, read)

data=smartread(filename,range)

image thumbnail

updated 2 years ago

Read diadem file by Emile Demarteau

Read NI Diadem files into Matlab. Designed for use with files using the Block store method (import, read, diadem)

read_diadem(filename)

image thumbnail

updated 2 years ago

Dicom Tags Read and Write by Dirk-Jan Kroon

Read / Write raw Dicom tags with large dictionary, for small file manipulations, like anonymize (dicom, dcm, tags)

CreateDicomDict(filename)

WriteDicomElementList(Elements,fname)

elementlist=ReadDicomElementList(fname)

image thumbnail

updated 2 years ago

Read Medical Data 3D by Dirk-Jan Kroon

GUI to open most Medical file-formats: Dicom, V3D, ISI, NifTI, Analyze and other formats (dicom, export, mhd)

ErrorData3D(varargin)

InfoData3D(varargin)

ReadData3D(varargin)

image thumbnail

updated 2 years ago

Passive Mode FTP in MATLAB by Idin Motedayen

These files allow users to use passive mode FTP in MATLAB. (ftp, active, firewall)

active(h)

connect(h)

dataMode(h)

image thumbnail

updated 2 years ago

hexdump - A binary file explorer by Jeff Mather

A GUI for file exploration: examine byte addresses, hex/char values. (data import, data export, file)

hexdump(varargin)

hextool(varargin)

image thumbnail

updated 2 years ago

fig2texPS - Export Matlab Figure to LaTeX by Peter Scholz

V053 - Conversion of a Matlab figure to a LaTeX file with PSTricks compatible macros (converts, export, figure)

fig2texPS - Export Matlab Figure to LaTeX

image thumbnail

updated 2 years ago

HexCompare by Dirk-Jan Kroon

Basic hex editor for viewing and comparing files (hexedit, hex, edit)

hexcompare(varargin)

image thumbnail

updated 2 years ago

Multi-Format CSV Reader by Cole Stephens

MFCSVREAD reads a CSV file containing both text & numeric data. (csv, data, xlsread)

mfcsvread(fileName)

image thumbnail

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

Read Truevision TARGA images by Dirk-Jan Kroon

Truevision TARGA file-format image reader, for extensions TGA, VDA, ICB VST (truevision, targa, tga)

tga_read_header(fname)

tga_read_image(info)

image thumbnail

updated 3 years ago

ENVI file reader, updated 2/9/2010 by Ian Howat

Read ENVI raster files. Supports all interleaves, data types (except complex) and byte orders. (data import, data export, envi)

I=enviread(varargin)

image thumbnail

updated 3 years ago

mpgwrite by David Foti

The MPEG converter takes a MATLAB movie matrix and writes the movie to disk as an MPEG file. (movie, convert, mpeg)

makedll.m

mpgwrite.m

image thumbnail

updated 3 years ago

SnagIt by Matthew Simoneau

Capture the current window to an image file. (graphics import, graphics export, snagit)

snagIt(filename)

image thumbnail

updated 3 years ago

Download a Slideshow from KodakĀ® Gallery by Matthew Simoneau

Download all the images in a KodakĀ® Gallery slideshow. (slideshow, download, graphics import)

downloadkodakgallery(url,folder)

image thumbnail

updated 3 years ago

Structure Fields To Variables by Matt J

Tool for importing/exporting workspace variables to or from a struct. (structure, import, variable)

assigns=structvars(varargin)

image thumbnail

updated almost 4 years ago

subplotPPT by Mark Hoyle

Saves multiple MATLAB figure windows to powerpoint giving the user "subplot" style control over thei (powerpoint, subplot, graphics import)

subplotPPT(m,n,p,FigH,filename,SlideNum,varargin)

subplotPPT(m,n,p,FigH,filename,SlideNum,varargin)

Test_PPTScript.m

image thumbnail

updated almost 4 years ago

Matlab <-> PSpice Interface by Frank Sommerhage

How to call PSpice from Matlab and import the results (data, pspice, data export)

PSpice60(netlist, time, path)

makeNetList(p)

readdat(filename)

image thumbnail

updated 4 years ago

Tektronix binary file readers by Daniel Dolan

Read data from binary files created by Tektronix digitizers. (data import, binary file, tektronix)

[x,y]=wfbread(filename,mode)

[x,y]=wfmread(filename,mode)

image thumbnail

updated 4 years ago

DLMREADBAR by Stefano Gianoli

Read ASCII delimited file showing a waitbar. (data import, data export, waitbar)

dlmreadbar(filename,msg)

image thumbnail

updated 4 years ago

*.txt read by Giuliano Langella

This function reads a tab delimited txt file into a cell array. (import, cell, demilited)

txtread;

image thumbnail

updated 4 years ago

Surfer Grid import/export by Alberto Avila Armella

Import and export GS ASCII (GRD files) from and to Golden Software Applications like Surfer and Grap (data import, data export, golden software)

[matrix xmin xmax ymin ymax]=grd_read_v2(namefile)

grd_write(matrix,xmin,xmax,ymin,ymax,namefile)

image thumbnail

updated 4 years ago

Parses (imports) 5Spice data to MATLAB by Ustun Ozgur

This script imports 5Spice data to MATLAB (5spice, import, parse)

parse5spice(filename)

image thumbnail

updated 4 years ago

Read binary Rigol waveforms by Paul Wagenaars

Read binary waveform (.wfm) files stored by Rigol oscilloscopes (oscilloscopes, waveforms, rigol)

readRigolWaveform(filename, varargin)

image thumbnail

updated 4 years ago

ascii2xyz by Andrew Stevens

convert ARC ASCII text file to xyz (data import, data export, import)

xyz=ascii2xyz(varargin)

image thumbnail

updated 4 years ago

csvwriteFast by Sergey

fast writing of numerical data / matrices into a csv / text file (data import, data export, csvwrite)

csvwriteFast( filename, values, format )

image thumbnail

updated almost 5 years ago

fig2tex by Ercan Solak

Converts MATLAB figure to a TeX file representation. (pstricks, figure, graphics import)

fig2tex(fignum,fname,plotwidth)

image thumbnail

updated almost 5 years ago

gif_add_frame by Andrea Tagliasacchi

creates a gif animation of snapshots (animation, graphics import, gif)

gif_add_frame(h,filename,fps,varargin)

image thumbnail

updated almost 5 years ago

Use dcraw to import RAW images by Steffen

This solution let you use the latest dcraw version for import raw images (raw, photo, import)

getRawFile4Read( theFileExtension)

getRawImages_2( theFilename)

openRawImage( theTotalFileName)

image thumbnail

updated 5 years ago

Signal Processor for Graphs (Pictures) by Suresh Kumar Gadi

This GUI Signal Processing tool will help us to process signal from any picture file. (data exploration, gui signal processing, graph)

gskmadepict(varargin)

Contact us