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

demorse by Aaron

Translates morse code in a wav file to text (morse, morse code, audio)

demorse(filename)

image thumbnail

updated 3 months ago

Improved relativepath.m by Ken Chatfield

Convert a path to a relative path (cd, convert, dir)

relativepath(tgt_path, act_path)

image thumbnail

updated 4 months ago

Convert from a structure of arrays into an array of structures by Celso Reyes

converts from a structure, where each field contains an Nx1 array, into an 1xN array of structures (arrays, structures, convert)

structofarrays2arrayofstructs(A)

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

LL2OS by Michael Fourman

Convert from Lat Lon to OSGB coordinates (latitude, longitude, osgb)

ll2os( lat, lon )

image thumbnail

updated 10 months ago

Use Mac OS X XML Plists with MATLAB (Updated Version) by Yi Sui

A updated version of that by John Iversen (convert, mac os, plist)

XMLPlistToStruct(xml)

XMLPlistToStruct2(xml)

loadXMLPlist(fname)

image thumbnail

updated 10 months ago

NUMBER SYSTEMS/ BASE CONVERTER by Divakar Roy

Convert a number between different number systems-hex,oct,bin,dec. (symbolic math, convert, change)

NUMBER SYSTEMS BASE CONVERTER

[e,factor]=div2(a)

b=str2num(a)

image thumbnail

updated 11 months ago

f2matlab by Ben Barrowes

Converts basic fortran90 source code to MATLAB source code. (convert, external interface, fortran)

TESTING_csf.m

TESTING_ex.m

[argStr,status]=getarg(n,argStr,status)

image thumbnail

updated 11 months ago

TDMS Reader by Jim Hokanson

Read TDMS files v1 & v2 without DLL Current Version: 2.5 (tdms, labview, convert)

TDMS_dataToGroupChanStruct_v1(inputStruct,varargin)

TDMS_dataToGroupChanStruct_v2(inputStruct,varargin)

TDMS_dataToGroupChanStruct_v3(inputStruct,varargin)

image thumbnail

updated 12 months ago

cell2str by Cris Luengo

Convert 2-D cell array into evaluable string (eval, cell array, string)

cell2str(c,n,mode)

image thumbnail

updated 12 months ago

Converting a 3D logical array into an STL surface mesh by Adam A

Conversion of a voxelised object contained within a 3D logical array into an STL surface mesh. (stl, cad, data export)

CONVERT_meshformat(varargin)

CONVERT_voxels_to_stl(STLname,gridDATA,gridX,gridY,gridZ,va...

READ_stl(stlFILENAME,varargin)

image thumbnail

updated 1 year ago

matrix2lyx by Pål Næverlid Sævik

Converts a MATLAB matrix to a LyX table. See www.lyx.org. (tex, latex, lyx)

matrix2lyx.m

image thumbnail

updated 1 year ago

STL to ACIS SAT conversion by Adam A

Convert an STL file into ACIS SAT, which can be more readily imported into various CAD packages. (sat, cad, acis)

CONVERT_stl_to_sat(varargin)

PLOT_3D_stl_patch(coordVERTICES,varargin)

READ_stl(stlFILENAME,varargin)

image thumbnail

updated 1 year ago

Unit Converters by Chad Greene

Convert units of pressure, length, time, force, mass, accel., temp, speed, frequency, area, & more! (area, thermodynamics, conversion)

A2au(A)

A2bs(A)

A2cm(A)

image thumbnail

updated 1 year ago

Convert Latitude/Longitude by Matthew

Convert Latitude/Longitude between Degrees/Minutes/Seconds to/from Decimal (function, convert, conversion)

degrees=degreesMinutesToDecimal(degrees_minutes)

degrees_minutes=degreesDecimalToMinutes(degrees)

image thumbnail

updated 1 year ago

Convert ECEF to ECI Coordinates by Darin Koblick

Take any vector or series of vectors in the ECEF Coordinate frame and convert them to ECI. (eci, ecef, wgs 84)

ECEFtoECI(JD,r_ECEF,v_ECEF,a_ECEF)

JD2GAST(JD)

JD2GMST(JD)

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

int2rgb by Georg D

two functions. one converts an integer to rgb values, the other one converts rgb into an integer. (color, rgb, convert)

int2rgb(colorInt)

rgb2int(curR, curG, curB)

image thumbnail

updated 2 years ago

TEXT2IMAGE : Convert an ASCII text file to image by Divakar Roy

Text to image conversion. (ascii, show, text)

text2image(y1,y2)

image thumbnail

updated 2 years ago

XLS Import tool by Findlay Yeates

XLS importing tool for variable datasets (excel, convert, xls)

DBDump(DatabaseFileXls)

image thumbnail

updated 2 years ago

ConvertTDMS (v9) by Robert

Import a LabView TDMS file into the MATLAB workspace (borgwarner, tdms, seltzer)

[ConvertedData,ConvertVer,ChanNames,GroupNames,ci]=convertT...

image thumbnail

updated 2 years ago

Siemens DICOM sort and convert to NIfTI by Simon Robinson

Converts Siemens MRI DICOM data into NIfTI format, and/or anonymises and sorts into scan directories (dicom, siemens, mri)

centre_header(nii_hdr)

convert_2dto3d_func2(obj, eventdata, interleave_sort, readf...

convert_to_analyze_func(data)

image thumbnail

updated 2 years ago

DateStr2Num by Jan Simon

Convert date string to date number - CMex: much faster than DATENUM (datevec, date, serial)

DateStr2Num(S, F)

uTest_DateStr2Num(doSpeed)

image thumbnail

updated almost 3 years ago

AVI to GIF convertor by Moshe Lindner

the program converts AVI-video files into an animated-GIF file. (avi, animated, gif)

avi2gif.m

image thumbnail

updated almost 3 years ago

ConvertTDMS (v6) by Robert

Import a LabView TDMS file into the MATLAB workspace. (tdms, borgwarner, seltzer)

[ConvertedData,ConvertVer]=convertTDMS(SaveConvertedFile,fi...

image thumbnail

updated almost 3 years ago

gunits by Sean de

Function that converts units using Google (units, google, conversion)

gunits(before,after)

image thumbnail

updated almost 3 years ago

c2m by Hyoung-Sik Choi

This code helps user converting c code style to m file style (c code, convert, m)

c2m()

image thumbnail

updated almost 3 years ago

Time & Rate Unit Conversion Function by Sky Sartorius

Converts time and/or rate units using same syntax as aerospace toolbox conversion functions. (unit conversion, aerospace, unit)

convtime( in, uin, uout )

image thumbnail

updated almost 3 years ago

saveR by Jeroen Janssens

Save workspace variables to an R data file. (r cran, jags, save)

saveR(filename, varargin)

image thumbnail

updated almost 3 years ago

Format number with a thousands separator of your choice by Eero Kuusi

A function to convert a number to a more readable format by adding thousands separators. (thousands, separator, convert)

separatethousands(number, separator, decimalspaces)

image thumbnail

updated almost 3 years ago

fixDaylightSaving_series.m by Ashley

Fix Daylight Saving Time in time Series (time, convert, daylight saving)

fixDaylightSaving_series(DatesDT,TimeZone)

image thumbnail

updated almost 3 years ago

Figure to Simulink subsystem mask icon converter by Paul

Creates a mask icon for a Simulink subsystem from a given figure. (mask, convert, subsystem)

fig2simulinkmaskicon(hFig,colors)

demo_fig2simulinkmaskicon.m

image thumbnail

updated 3 years ago

Convert between world time zones with daylight saving times by Erwin Mayer

This is a very simple yet powerful function to convert a datenum from one timezone to another. (local time, travel, communications)

TimezoneConvert( dn, fromTimezone, toTimezone )

rawjavacalendar2datenum( cal )

image thumbnail

updated 3 years ago

Convert TDMS (v2) by Grant Lohsen

Import a TDMS v2 file as a matlab object (ob). (tdms, convert, gtri)

[data, index]=convertTDMS(filename);

image thumbnail

updated 3 years ago

mpgread by David Foti

The MPEG converter takes a MATLAB movie matrix and writes the movie to disk as an MPEG file. (mpeg, convert, graphics import)

makedll.m

mpgread.m

image thumbnail

updated 3 years ago

mpgwrite by David Foti

The MPEG converter takes a MATLAB movie matrix and writes the movie to disk as an MPEG file. (movie, convert, mpeg)

makedll.m

mpgwrite.m

image thumbnail

updated 3 years ago

CELL2FLOAT by Jos (10584)

converts cell array into scalar float array (v4.0, jan 2010) (matrices, cell, double)

cell2float(C, Filler, StopOnError)

image thumbnail

updated 3 years ago

DNAtranslator by Giuseppe Cardillo

Convert a DNA sequence in an amino acids sequence (biotech, pharmaceutical, translator)

ps=DNAtranslator(x)

image thumbnail

updated 3 years ago

ROMAN2NUM and NUM2ROMAN: modern Roman numerals by François Beauducel

Converts Roman numerals to and from integers (converter, number, numerals)

n=roman2num(x)

s=num2roman(n)

image thumbnail

updated almost 4 years ago

degrees and radians by Richard Medlock

Two helper functions, one converts degrees to radians, the other rads to deg. (deg2rad, angles, radians)

degrees(radians)

radians(degrees)

image thumbnail

updated 4 years ago

COLOR SYSTEMS by Divakar Roy

Convert color images between RGB,RBG,GRB,GBR,BRG,BGR (color, bgr, brg)

colsys(input_image, color_system, output_image)

image thumbnail

updated 4 years ago

COLOR by Divakar Roy

Conversion of images into different colors. (color, red, green)

color(input_image, color_name, output_image)

image thumbnail

updated 4 years ago

oct2ml by Ben Barrowes

Converts octave style m-files to matlab style m-files (external interface, octave, convert)

image thumbnail

updated 4 years ago

Day of Year to MATLAB date by Ashley

Converts a day of year number and a year to a date in MATLAB format (doy, convert, date)

doy2date(doyV,yearV)

image thumbnail

updated 4 years ago

Matfig2PGF by Paul Wagenaars

Convert figures to PGF files that can be included in LaTeX documents. (graphics import, graphics export, latex)

matfig2pgf( varargin )

matfig2pgf_gui_options( cmd, varargin )

matfig2pgf_menu( varargin )

image thumbnail

updated 4 years ago

daylightGMT.m by Andranik Valedi

Converts GMT time to local time taking into account local DST rules. Has dynamic DST evalution. (gmt, dst, time)

daylightGMT.m

image thumbnail

updated 4 years ago

igesout by Daniel Claxton

Convert surfaces, curves and lines to IGES file (cad, iges, convert)

igesout(obj,filename,varargin)

image thumbnail

updated 4 years ago

savefig by Peder Axensten

Save *cropped* figures to pdf, eps, png, jpeg, and tiff through Ghostscript. (convert, pdf, graphics import)

savefig(fname, varargin)

image thumbnail

updated 4 years ago

avi2gif by Kedar Patwardhan

Converts avi video files to gif animations (animation, avi, gif)

avi_to_gif(aviName, gifName, numLoops, FPS)

Contact us