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 4 days ago

Java-based data table by Yair Altman

Spreadsheet display/editing/sorting of data with multiple features (example, uitable, java)

createTable.m

image thumbnail

updated 4 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 13 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 14 days ago

LOADFIXNAMES loads a mat file, fixing invalid names by James Tursa

Loads a mat file into the caller's workspace, fixing invalid variable and field names. (load, mat, invalid)

loadfixnames(varargin)

savebadnames(varargin)

image thumbnail

updated 18 days ago

Reading and saving of data in the EDF+ by Andrey Shapkin

Reading and saving of multichannel biological and physical signals in the European Data Format (EDF) (edf, eeg, save)

ReadEDF.m

SaveEDF.m

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 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 28 days ago

Protect or unprotect worksheets in Excel file by Guilherme Coco Beltramini

Protect or unprotect selected worksheets in Excel file, with or without password (excel, protect worksheets)

xls_check_if_open(xlsfile,action)

xls_protect_sheets(xlsfile,sheets,action,password)

image thumbnail

updated 28 days ago

Delete worksheets in Excel file by Guilherme Coco Beltramini

Delete selected worksheets or all empty worksheets in Excel file (excel, delete worksheets)

xls_check_if_open(xlsfile,action)

xls_delete_sheets(xlsfile,sheets)

image thumbnail

updated 29 days ago

Wait until function, class, directory, file or variable exists by Guilherme Coco Beltramini

Wait until function, class, directory, file or variable exists (up to chosen time limit). (exist, file, directory)

wait_for_existence(name,type,pause_time,max_time)

image thumbnail

updated 29 days ago

Run MS Excel macro by Guilherme Coco Beltramini

Run MS Excel macro with or without parameters (excel, macro)

xls_check_if_open(xlsfile,action)

xls_run_macro(xlsfile,macro,params)

image thumbnail

updated 29 days ago

Check if XLS file is open and close it by Guilherme Coco Beltramini

Determine if Excel file is open. If it is open in MS Excel, it can be closed. (xls file, excel)

xls_check_if_open(xlsfile,action)

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

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

Relative Filename by Kesh Ikuma

A pair of M-files to convert between full and relative filenames. (file, path, utility)

rel2fullfile(file,refpath)

relfile(file,refpath)

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

Convert Licor 81x file to Matlab structure by Jack Peterson

Converts a .81x Licor file to a Matlab structure (licor, structure, 81x)

licorify(filename)

image thumbnail

updated 1 month ago

MyPatcher by Michael Ryan

Function to patch files a la the UNIX patch utility from unified diff files using pure Matlab. (file, file distribution, programming)

mypatcher( varargin )

image thumbnail

updated 2 months ago

xlsrange by Richard Crozier

Generates an excel range from row and column number (xls, excel)

xlsrange(row1, col1, row2, col2)

image thumbnail

updated 3 months ago

Inverse of Normal Cumulative Distribution by Nassim Khaled

This is a simple example for finding the inverse normal cumulative distribution using Matlab & Excel (normal distribution, inverse normal distri..., norminv)

script.m

image thumbnail

updated 3 months ago

Save Simulink Buses definition file by Gijs van Oort

Automatically asks whether to save the Simulink Buses definition when saving Simulink file. (simulink, bus, buses)

UpdateCreateBusesFile()

image thumbnail

updated 4 months ago

Tools for NIfTI and ANALYZE image by Jimmy Shen

Load, save, make, reslice, view (and edit) both NIfTI and ANALYZE data on any platform (analyze, nifti, niftl)

affine(old_img, old_M, new_elem_size, verbose, bg, method)

bipolar(M, lo, hi, contrast)

bresenham_line3d(P1, P2, precision)

image thumbnail

updated 4 months ago

xlwrite: Generate XLS(X) files without Excel on Mac/Linux/Win by Alec de Zegher

Generates ‘.xls’ & '.xlsx' files on Mac/Linux/Win without Excel, using same syntax as xlswrite. (apache poi, excel, jexcelapi)

[status, message]=xlwrite(filename,A,sheet, range)

Test_xlWrite.m

image thumbnail

updated 4 months ago

remove varables in MAT file(s) by Chaowei Chen

Want to delete same variables in possibly many MAT files? removevar is for you! (save, load)

removevar(matfiles,varargin)

image thumbnail

updated 4 months ago

Smith Simulator by Gaurav Gupta

It allows to do on computer all you were doing with pencil and paper with some beautiful features. (smith, locus, undo)

ErrWarnings(errcode)

GetFinalSolution()

LocatePoint(ind,val)

image thumbnail

updated 4 months ago

Seabird Temperature Logger Processing by Oliver

Process and Save Data from Seabird 39, 39P and 56 (sbe39, sbe56, temperature loggers)

CdpSTR2Plot

cleanSTR(varargin)

importSBE39(asc_filename)

image thumbnail

updated 4 months ago

saves variables into MAT file matfile by Chaowei Chen

saves variables into MAT file matfile (save)

setfile(matfile,varargin)

image thumbnail

updated 4 months ago

loads one variable from MAT-file(s) into workspace by Chaowei Chen

Need to load a same variable from a list of MAT files? This is for you! (load, importdata)

[vo,voname,matname]=getvar(varargin)

image thumbnail

updated 4 months ago

savepng by Stefan Slonevskiy

savepng is a fast PNG image compression routine that outperforms MatLab's built-in imwrite (png, mex, image)

savepng(CDATA,filename,varargin)

benchmark_savepng.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 5 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 6 months ago

GetFullPath by Jan Simon

Full path name for partial or relative path (full, name, path)

GetFullPath(File, Style)

InstallMex(SourceFile, varargin)

uTest_GetFullPath(doSpeed)

image thumbnail

updated 6 months ago

StatisticsPlus Excel AddIn by Laszlo Balkay

This Excel AddIn contains some Matlab functions from the Statistical Toolbox. (statistics, excel, excel addin)

image thumbnail

updated 6 months ago

Save MAT files more quickly by Tim Holy

Saves large numeric arrays more quickly than Matlab's built-in save command (file operations, save, load)

savefast(filename, varargin)

image thumbnail

updated 6 months ago

Grafica datos de excel by maynor

grafica datos desde cualquier hoja de excel (excel, mathematics)

graficadatosexcel(varargin)

image thumbnail

updated 6 months ago

Mat file header utilities by Jonathan Karr

Utility functions for reading and writing .mat file headers (file)

edu.stanford.covert.io.editMatFileHeader(matFile, timestamp...

edu.stanford.covert.io.readMatFileHeader(matFile)

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

SC - powerful image rendering by Oliver Woodford

Useful tool for rendering and outputting information rich images (colormap, color, colorbar)

autumn(varargin)

bled(varargin)

bone(varargin)

image thumbnail

updated 7 months ago

geotiffwrite by Jimmy Shen

Write a 2D or 3D array to a single or multi-band GeoTIFF file (earth sciences, dem, earth science)

geotiffwrite(filename, bbox, image, bit_depth, option)

make_option(action)

image thumbnail

updated 7 months ago

Save and load data as multi-frame TIFF format by YoonOh Tak

Export various types of data such as single, double or 16bit integer as TIFF format (multiframe, tiff, export)

loadtiff(path)

saveastiff(data, path, options)

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

Speech Processing Toolbox by Ankitkumar Chheda

Speech Processing Operation like FADE-IN, FADE-OUT, COMPRESSION AND AMPLIFICATION (fade in, fade out, amplification)

GUI_exp4_new(varargin)

image thumbnail

updated 8 months ago

Record, Plot Speech/Audio Signal by Ankitkumar Chheda

This tool will help students to learn recording of audio / speech signal (audio, igetfile, speech)

exp1_GUI(varargin)

image thumbnail

updated 8 months ago

Save plots from Matlab into an Excel file by Amit Doshi

This utility allows users to save their plot(one at a time)in an Excel file at a single click. (plots, excel, actxserver)

PlotInExcel(DataX,DataY)

image thumbnail

updated 8 months ago

Excel auto alphabet cell range by Fuad Numan

This code generates the alphabetical index of any cell in excel doc., (excel, auto, cell range)

[indx]=letter_excel(N)

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

Write data to Excel by Gunnar Aronsen

Write matrix to Excel-file, and leave the files open. File written to is not saved. (dataexport, openfile, xlswrite)

w2excel.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

xlwrite : Export Data to Excel from Matlab on Mac/Win by Marin Deresco

xlwrite allows you to export data (2d/3d arrays of double/cell) to Excel from Matlab (Mac/Win) (xlswrite, excel, mac)

Cell2JavaString.m

[Result]=xlwrite(file,data,sheet)

cell2char(C)

Contact us