image thumbnail

updated 2 days ago

sinaset by Sina Khatami M.

By this function you could simply plot and print your figures with any paper size you wish and sav (data export, plot, save)

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

image thumbnail

updated 10 days ago

xlsrange by Richard Crozier

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

xlsrange(row1, col1, row2, col2)

image thumbnail

updated 28 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 1 month 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 1 month 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 1 month 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 1 month 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, niftl, nifti)

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

bipolar(M, lo, hi, contrast)

bresenham_line3d(P1, P2, precision)

image thumbnail

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

saves variables into MAT file matfile by Chaowei Chen

saves variables into MAT file matfile (save)

setfile(matfile,varargin)

image thumbnail

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

msavename by Daniel Herber

Creates a path to easily save your results independent of your function location. (file, name, path)

msavename(fun_path,extra_path)

Test_msavename.m

image thumbnail

updated 2 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 3 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 3 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 3 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 4 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 4 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 4 months ago

Grafica datos de excel by maynor

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

graficadatosexcel(varargin)

image thumbnail

updated 4 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 5 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 5 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 5 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 5 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 6 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 6 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 6 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 6 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 6 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 6 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 7 months 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 8 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 9 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 9 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)

image thumbnail

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

Load Tobii eyetracker TSV (export) data files by Guillaume

This function load a TSV file generated by the Tobii Studio software. (tobii, eyetracker, file format)

loadTobiiTSV(fileName, chosenColumns, nbHeaderLines, dataFo...

image thumbnail

updated 10 months ago

DataHash by Jan Simon

MD5 or SHA hash for array, struct, cell or file (file, md5, array)

DataHash(Data, Opt)

image thumbnail

updated 11 months ago

Tiff Tag Reader by Dirk-Jan Kroon

A one file implementation of Tag-reader for complex Tiff files. (tiff, tif, tag)

[TiffInfo,Img]=tiff_read_header(filename)

image thumbnail

updated 11 months ago

Read large CSV file in column and save each column in mat file by Juan Huo

This is a draft to help you for transferring large CSV file or dat file into mat file (basic function, textscan, csv)

csvscan.m

image thumbnail

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

Save and load data to a MAT-file in temporary directory by Vladimir

Save and load temporary results to a MAT-file inside $TEMP$ directory (save, load, temporary)

erasetmp(fname)

loadtmp(fname, varargin)

savetmp(fname, varargin)

image thumbnail

updated 12 months ago

fig- the exact figure size and no white space by Reza

Create publication-quality figures; easily define the figure's size, font of all labels, titles... (dimension, scale, size)

fig.m

image thumbnail

updated 1 year ago

Insomnia: prevent computer sleep mode by Francesco Montorsi

This small utility prevents, on Windows computers, the automatic sleep mode. (sleep, power, save)

insomnia(enter_sleep,verbose)

image thumbnail

updated 1 year ago

Fancy Graphs by Manuel Duarte

This is a very simple script aimed at improving the readability of plots. (plot, readability, linewidth)

fancyGraph(fig, varargin)

image thumbnail

updated 1 year ago

Save Workspace to Struct by Andres

This function allows to save all the variables from the current workspace into a struct array (save, struct, base)

WStruct=ws2struct()

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

save_figure by Christoph Feenders

Saves one or multiple open figures with specified filename[-prefix] and format. (figure, save, filehandling)

save_figure(varargin)

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

Contact us