image thumbnail

updated 4 days ago

MKXLSFUNC: Easily integrate legacy spreadsheet tools into MATLAB by Sky Sartorius

Creates an m-file function that does analysis within your specified Excel-based analysis tool. (xls, xlsread, xlswrite)

MKXLSFUNC Example:

image thumbnail

updated 12 months ago

Read and Write Open Document Format (ODF) Spreadsheet (.ods) by Paul

Wrappers for the matlab xlsread / xlswrite commands that read ODF Spreadsheet files (.ods). (ods, xlsread, open document format)

myxlsread(infile,wksht,rng,mode)

myxlswrite(outfile,A,wksht,rng)

image thumbnail

updated 1 year ago

plotting a .xls spreadsheet by Stephan Koehler

Convenience function for plotting spreadsheets specifying several variables and also conditions (data import, plot, xlsread)

xlsplot( 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

ExcelWrapper by Fayssal El Moufatich

Wraps common operations on an Excel Workbook into a MATLAB class (excel, dataset, wrapper)

ExcelWrapper

image thumbnail

updated almost 3 years ago

MAT2XLS v2.0 by Elmar Tarajan

Stores and customizes numeric array or cell array in Excel workbook using ActiveX interface. (xslx, automation, xlswrite)

mat2xls

image thumbnail

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

Spreadsheet2Structure by Michael Robbins

Reads in a spreadsheet and converts it into a structure whos field names are taken from the column h (path, directories, files)

Spreadsheet2structure(TXT,ULHeaderValue)

image thumbnail

updated almost 9 years ago

xlsreadall by Robert Schultz

Read all rough data from Excel spreadsheet file in one structure array. (excel, xlsread, xlsreadall)

xlsreadall(fileNm)

Contact us