image thumbnail

updated 22 days ago

msavename by Daniel Herber

Creates a path to easily save or load your results no matter where your function is located (file, name, path)

msavename(fun_path,extra_path)

Test_msavename.m

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 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 8 months ago

getxls by Yvan Lengwiler

GETXLS is a GUI that allows you to easily transfer data from an Excel file into Matlab's workspace. (excel, spreadsheet, com server)

getxls(style)

image thumbnail

updated 11 months ago

abf2load by Forrest Collman

a version of abfload which is capable of reading abf 2.0 files (abf, action binary file, data import)

abfload.m

image thumbnail

updated 1 year ago

Excel Column Conversion by Ragaar Ashnod

Converts a numeric input to a column name, for Excel representation. (data export, data import, excel)

output=ExcelCol(x)

image thumbnail

updated 1 year ago

Excel Column Conversion by Mike Sheppard

Converts between column name and number for Excel representation (data import, data export, excel)

Out=ExcelCol(In)

image thumbnail

updated 1 year ago

Function for faster data transfer Matlab <--> Excel by Antonio

This modified version makes the original xlsread.m faster and also allows add-ins to be loaded. (data export, data import, active x)

[data, text, rawData, customOutput]=xlsread1(file,sheet,ran...

image thumbnail

updated 1 year ago

loadAmiraMesh by Cengiz Gunay

Load Amira Mesh 3D ASCII data (amira, mesh, data)

loadAmiraMesh(filename, isverbose)

image thumbnail

updated 1 year ago

getfilevar by Sam Roberson

Allows user to define the name of unknown variable from .mat file and load it into the workspace. (data import, load, name variables)

getfilevar(varargin)

image thumbnail

updated 2 years ago

abfload by Harald Hentschke

abfload imports data in the Axon abf format (three different recording modes). (abf, binary, data import)

[d,si]=abfload(fn,varargin)

pvpmod(x)

image thumbnail

updated 2 years ago

File I/O for Cell Arrays by Kamil Wojcicki

Wrappers for reading and writing text between files and cell arrays. (cell array, read file, data import)

cell2file( list, file )

file2cell( file )

image thumbnail

updated 2 years ago

Loader of a .txt file to a MATLAB matrix by Luka

Loads a content of a .txt file and stores it in a MATLAB matrix (txt, matrix, signal processing)

txt2mat(data)

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

Cell Array to CSV-file [cell2csv.m] by Sylvain Fiedler

Writes a cell array into a comma separated values text file (*.csv) (array to file, csv, array to text)

cell2csv(fileName, cellArray, separator, excelYear, decimal...

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

Column Converter for Excel by Kevin Crosby

Convert Excel column letters to numbers or vice versa, for processing data to/from XLSREAD/XLSWRITE. (data export, data import, excel)

xlscol(a)

image thumbnail

updated 3 years ago

xls2struct by Ashish Uthama

Load Excel file contents as a structure (data export, xls, xls excel read variab...)

xlsStruct=xls2struct(file,flag)

image thumbnail

updated 3 years ago

urlreadpost - url POST method with binary file uploading by Dan Ellis

A replacement for urlread(url,'post',...) that allows POST to upload binary (file) data. (http, binary, post)

urlreadpost(urlChar,params)

urlreadwrite(fcn,urlChar)

image thumbnail

updated 3 years ago

loadcell.m by Amos Storkey

Loads character seperated data with variable length lines and mixed types. (data import, data export, load)

[lc,dflag,dattype]=loadcell(fname,delim,exclusions,varargin...

image thumbnail

updated 3 years ago

xlswrite by Scott Hirsch

Easily create a Microsoft Excel format spreadsheet from MATLABĀ®. (excel, activex, data import)

xlswrite(m,header,colnames,filename,sheetname)

image thumbnail

updated 3 years ago

MAT2CLIP by Jiro Doke

Copies the contents of a matrix to the CLIPBOARD. (data import, data export, copy)

mat2clip(a, delim)

image thumbnail

updated 3 years ago

csv2struct by Jaroslaw Tuszynski

reads Excel's files stored in .csv or .xls file formats and stores results as a struct (csv, parse csv, read csv)

csv2struct(filename)

image thumbnail

updated 3 years ago

saveascii.m v6.2 (Oct 2009) by Carlos Adrian Vargas Aguilera

Save or display a matrix with given precision, delimiter or format for each (or every) column! (ascii, sprintf, save matrix)

saveascii(X,varargin)

image thumbnail

updated 4 years ago

readline.m v3.0 (Jun, 2009) by Carlos Adrian Vargas Aguilera

Reads the specified line(s) from a file. (getl, textscan, text)

readline(FILE,NLINE,TYPE,varargin)

image thumbnail

updated 4 years ago

AIFFREAD by Kenneth Eaton

Read AIFF (Audio Interchange File Format) sound file. (audio, read, aiff)

aiffread(filePath,indexRange)

image thumbnail

updated 4 years ago

struc2xls by Jeff Evans

Writes a data structure in MATLAB to an excel file. (data export, structure, data import)

struc2xls(filename,s,varargin)

image thumbnail

updated almost 5 years ago

AM3 File Composer & Decomposer for Rohde&Schwarz AM300 Generator by Stepan Matejka

This is the *.AM3 File Composer/Decomposer for Rohde&Schwarz AM300 Arbitrary Generator (data import, data export, am300)

am300rf(filename)

am300wf(filename, samples, markers, fsmp, serialstr)

am300rfraw.m

image thumbnail

updated 5 years ago

csv2cell by Sergey

This functions reads a a text file into a cell array (cell2csv, csv, data import)

csv2cell( filename, delimiter )

image thumbnail

updated 5 years ago

Excel Column Name to Number by Matt G

Converts a cell array of Excel column names to an array of Excel column numbers (data import, data export, excel)

xlsColStr2Num( colChar )

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

EZread by Paul Taylor

Easily read csv files containing both text and numeric columns (csv, numeric, data import)

ezread(fname,varargin)

image thumbnail

updated 6 years ago

readtext by Peder Axensten

Any text (file) you give it, readtext returns an array of the contents. You can chose delimiter etc. (data export, array, delimited)

readtext(text, delimiter, comment, quotes, options)

image thumbnail

updated 6 years ago

Excel2Matlab by Stephen Lienhard

Spreadsheet to pass data between Excel and MATLAB (spreadsheet, excellink, excel)

image thumbnail

updated 6 years ago

EZwrite by Paul Taylor

Export a structure of both numeric and text data to a text file (csv, text, data import)

ezwrite(fname,out_struct,varargin)

image thumbnail

updated almost 7 years ago

mhdrload.m by Jeffrey Daniels

Load data from an ASCII file containing multiple text headers throughout the file. (data import, data export, load)

mhdrload(file)

image thumbnail

updated 7 years ago

Structured Storage (Compound File) mex interface by Matthew Kidd

Interface to Windows structured storage. (data import, data export, file)

pptimgdump(pptfname, gunzp)

freadss.m

image thumbnail

updated 7 years ago

readascii by Alex Sanchez

Reads ascii files and prepares them for load compatibility. (data import, data export, reading)

readascii(argin)

image thumbnail

updated 7 years ago

pic2xls by Fahad Al Mahmood

This function inserts a picture into an Excel file (insert, xls, excel)

pic2xls(pic,file,sheet,param)

image thumbnail

updated 8 years ago

Text File IO for Non-uniform Data by John McArthur

Takes a non-uniform text file and imports it similar to Excel import function. (data import, data export, excel)

DataInput.m

image thumbnail

updated 8 years ago

mat2hdf by Christopher Hulbert

Convert MATLAB 6/7 MAT files to HDF 5. (data export, mat, hdf5)

image thumbnail

updated 8 years ago

cell2csv by Rob Kohr

Writes cell array content into a *.csv file. (csv, data, cell)

cell2csv(filename,cellArray,delimiter)

image thumbnail

updated 8 years ago

CELLWRITE by Francis Barnhart

Cellwrite writes mixed cell array data to a CSV file. (cell array, csvwrite, data import)

cellwrite(filename, cellarray)

image thumbnail

updated 8 years ago

xlsapi by Fu-Sung Wang

MATLAB as Automation Client using Excel API. (data import, data export, excel)

xlsapi.m

image thumbnail

updated 8 years ago

mat7to6 by Georg Egger

Makes MATLAB 7.x mat-files readable by MATLAB 6.x. (data import, data export, mat)

mat7to6(filename)

image thumbnail

updated 8 years ago

load2var by Michael Robbins

Load a specific variable from a mat file and returns it. (data import, data export, load)

load2var_return=load2var(filename,varname)

image thumbnail

updated 8 years ago

ld by John Martindale

Loads files from a GUI. (data import, data export, load)

ld(str)

image thumbnail

updated 8 years ago

write2excel by Brett Shoelson

Writes data to multiple ranges of existing Excel file. (data import, data export, excel)

write2excel(fileloc,promptforsave,varargin)

image thumbnail

updated 8 years ago

dat2xls by Fahad Al Mahmood

Copying (ASCII) data file (including headers & column names) to XLS. (data import, data export, excel)

dat2xls(varargin)

image thumbnail

updated almost 9 years ago

xlsheets by Fahad Al Mahmood

Creating sheets and naming them in Excel. (data import, data export, excel)

xlsheets(sheetnames,varargin)

Contact us