image thumbnail

updated 4 days ago

export_fig by Oliver Woodford

Exports figures nicely to a number of vector & bitmap formats. (anti alias, figure, embed)

copyfig(fh)

eps2pdf(source, dest, crop, append, gray, quality)

export_fig(varargin)

image thumbnail

updated 5 days ago

Excel Write Format by Tom

Write data to Excel through MATLAB and format the spreadsheet. (excel, spreadsheet, office)

Display_Excel_Format_Options(varargin)

Excel_2_Numeric(ExcelString)

Excel_Ref_Check(refStr)

image thumbnail

updated 14 days ago

struct2csv by James Slegers

Output a structure to a .csv file, with column headers (csv, struct2csv, struct)

struct2csv(s,fn)

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 1 month ago

Write Cell Array of Structs into a VTK Structured Grid by Daniel Hornung

Takes a 3D cell array with (nested) structs and exports it as a VTK structured grid. (visualization, export, data export)

WriteCellToVTKStructured(...

image thumbnail

updated 1 month ago

sinaset by Sina Khatami

By this function you could simply customize your plotted figures & save them as TIF & fig files (data export, plot, save)

sinaset(hndl,handelsize,Xp,Yp,xlbl,xlblsize,ylbl,ylblsize,t...

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

Matlab to csv by Alex

Writes matlab input data to .csv file for use by weka (weka, csv, matlab2csv)

matlab2csv(input, target, mode, featureNames)

example.m

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

Export figure to 3D interactive PDF by Ioannis Filippidis

Export figure as a U3D file or directly to 3D interactive graphics within a PDF. (3d, u3d, graphics)

[strmodelshading, strfaces_colors, strfaceshading, strcolor...

arclength(px,py,varargin)

axes_extremal_xyz(ax)

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

Save Multiple Figures in a click by Nicolas Beuchat

Save multiple figures with a GUI in several formats. No need to save all figures one-by-one anymore! (eps, tif, png)

savemultfigs(varargin)

image thumbnail

updated 1 year ago

dput by John Colby

Generates paste-able ASCII representations of MATLAB variables (save, ascii, data export)

dput(varargin)

test_dput

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

parsave by Philip

This function allows you to save variables inside a parfor loop. (parfor, save, data export)

parsave(fname,data)

image thumbnail

updated 2 years ago

CSV with column headers by Keith Brady

This simple routine extends the function of the MATLAB csvwrite function to add column headers (csv, data export)

csvwrite_with_headers(filename,m,headers,r,c)

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

File Write function by Jade Wang

A simple function to write some text string to a file. (data export, text, file)

filewrite(myfile, mytext)

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

XLSrange by Yvan Lengwiler

The function returns the range address as used by Excel. It is useful in connection with XLSWRITE. (excel, data export)

XLSrange(sizeofarray, topleft)

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

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

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

export matlab data to excell by Sherif Omran

A simple function to export data to excel. The function writes a CSF text file. (csv, data, excell)

ReportGeneratorAdd(linestr,logfilename)

test.m

image thumbnail

updated 4 years ago

xlswritefig by Scott Hirsch

Write a MATLAB figure to a Microsoft Excel spreadsheet. (excel, data export)

xlswritefig(hFig,filename,sheetname,xlcell)

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

Exporting a MATLAB plot/figure to Excel by Amit

Copy using dmeta and pasting using PasteSpecial (data export, excel, plot)

PlotInExcel

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)

Contact us