image thumbnail

updated 18 hours ago

SpinConv by Paolo de Leva

Conversion from a rotation representation type to another (aerospace, image processing, mathematics)

OUTPUT=SpinCalc(CONVERSION,INPUT,tol,ichk)

testSpinConv(testtype, verbose)

SpinConv.m

image thumbnail

updated 3 days ago

OpenCV-Matlab by Boris Schauerte

OpenCV-Matlab is a C++ template library to convert between Matlab and OpenCV images (opencv, mex, conversion)

image thumbnail

updated 3 months ago

Direction Cosine Matrix to Euler´s angles by Michala

Take as input a "direction cosine matrix" and output Euler angles (for Z-Y-X sequence) (euler, rotation, angle)

dcm2angle_Cadova.m

image thumbnail

updated 4 months ago

Angular Conversion by Nicolas Keckl

This file is to convert Angles into other Units (angle, radiant, degree)

angle(value,in,out)

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

Floating Point Number Conversion by Eric Verner

Converts floating point numbers between decimal and IEEE 754 binary representation (floating point, binary, ieee 754)

bin2float(b)

bitstr2vec(bitstr)

bitvec2str(bitvec)

image thumbnail

updated 8 months ago

m-code to LaTeX converter by Uwe Lelke

This m-file (with GUI) converts m-code into a tex-file for including in a LaTeX-document. (latex, mcode, conversion)

m-code to LaTeX converter

m2tex.m

image thumbnail

updated 9 months ago

somme in letter by Azzi Abdelmalek

wtite with letter an amount of money given in number (amont of money, cheque, numbers)

num2let.m

image thumbnail

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

S-parameter toolbox (+ Z, Y, H, G, ABCD, T) by tudor dima

Convert between N-port representations of RF circuits. Read / Write industry-standard files. (abcd, s2p, snp)

SXPParse(DataFileName, fid_log)

SXPWrite(freq, s, FileName, unit_adj, comment)

a2g(A);

image thumbnail

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

bibconv by Samuel Cheng

It converts bibtex item to a formatted citation item. (bibtex, conversion, latex)

bibconv(varargin)

popupmessage(textfile,titlename,command);

image thumbnail

updated 1 year ago

CGPA to PERCENTAGE CONVERSION GUI by SRINIBAS BHUYAN

(Cumulative Grade Point Average) To Traditional Percentage Conversion GUI. (gui, cgpa, conversion)

cgpa2percentage(varargin)

image thumbnail

updated 1 year ago

array2string.zip by Bastian Binder

simple function that converts a cell array to a string. (cell array, string, conversion)

string_loc=array2string(array_loc)

image thumbnail

updated 1 year ago

Convert Keplerian Orbital Elements to a State Vector by Darin Koblick

Convert orbital elements to a state vector, or a state vector back to orbital elements. (keplerian, orbital elements, aerospace)

orb2rv(p,e,i,O,o,nu,truLon,argLat,lonPer,mu)

rv2orb(r,v,mu)

test_orb2rv.m

image thumbnail

updated 1 year ago

wgs2utm (version 2) by Alexandre Schimel

Convert WGS84 coordinates (Latitude, Longitude) into UTM coordinates (northing, easting). (wgs, wgs84, utm)

wgs2utm(Lat,Lon,utmzone,utmhemi)

image thumbnail

updated 1 year ago

Units Conversion Toolbox by John McDermid

This toolbox attaches units to Matlab variables and enables unit conversion. (units, potw, conversion)

Adding Your Own Conversion Constants

Defining Variables and their Units

Getting Started

image thumbnail

updated 1 year ago

convert objects to string by Daniel Wirtz

Converter function that creates a recursive string representation for MatLab class instances (object2str, class2str, class to string)

object2str(obj, maxdepth)

image thumbnail

updated 1 year ago

Binary to Decimal coversion by Raviteja

Convert Binary to Decimal Equivalent. It also convert fractional binary values. (bin2decimal, binary to decimal, fractional)

DEC_VAL=bin2decimal(bin_num)

image thumbnail

updated 1 year ago

Pack & Unpack variables to & from structures with enhanced functionality by Adi Navve

v2struct packs and unpacks variables to and from structures with enhanced functionality. (variables, structures, struct)

v2struct

[]=v2structDemo2()

v2structDemo1()

image thumbnail

updated 1 year ago

Convert Image to high-quality .eps file in Matlab by Allan Peter Engsig-Karup

Convert Image to high-quality .eps file in Matlab. Useful for latex users. (latex, conversion, eps)

ImageToEps(filename)

image thumbnail

updated almost 2 years ago

Temperature Conversion Toolbox by Jonathan Sullivan

Convert temperature between Fahrenheit, Celsius, Kelvin, and Rankine (temperature, units, conversion)

cel2far(cel)

cel2kel(cel)

cel2rank(cel)

image thumbnail

updated almost 2 years ago

Velocity Conversion Toolbox by Jonathan Sullivan

Convert velocities between mph, m/s,km/h, kts, ft/s (velocity, conversion, units)

ftps2kmph(ftps)

ftps2kts(ftps)

ftps2mph(ftps)

image thumbnail

updated 2 years ago

WETON: Javanese calendar by François Beauducel

Computes "weton" dates in the Javanese calendar (dates, calendar, conversion)

weton(year,month,day,n)

image thumbnail

updated 2 years ago

gunits by Sean de

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

gunits(before,after)

image thumbnail

updated 2 years ago

mat2im by Rob Campbell

Convert 2D matrix to a 3D image matrix as used by the image processing toolbox (image processing, conversion, colormap)

im=mat2im(mat,cmap,limits)

image thumbnail

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

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

DateConvert by Jan Simon

Simple but fast date conversion: 1.3% of DATESTR time, 20% of DATEVEC/ DATENUM time (conversion, string, serial date number)

DateConvert(DIn, OutFormat)

TestDateConvert(doSpeed)

image thumbnail

updated almost 3 years ago

logb by Brett Shoelson

Calculate the log of a number/matrix using a user-specified base. (base, conversion, logarithm)

y=logb(x,b)

image thumbnail

updated almost 3 years ago

ps2pdf by Richard Quist

Convert PostScript file to PDF using Ghostscript; can generate multi-page PDF files. (conversion, ghostscript, pdf)

ps2pdf(varargin)

image thumbnail

updated 3 years ago

Convert an amount of seconds to human readable string(s) by Rody Oldenhuis

Convert an amount of seconds to hours/days/weeks/etc. (hours, seconds, days)

seconds2human(secs, varargin)

image thumbnail

updated 3 years ago

Efficient convertors between binary and decimal numbers by Zacharias Voulgaris

Alternatives to the built-in functions bin2dec & dec2bin, exhibiting a somewhat faster performance. (binary, decimal, conversion)

b2d(x)

d2b(x)

image thumbnail

updated 3 years ago

tidal_ellipse by Zhigang Xu

Consists of two tidal ellipse conversion programs (tools, conversion, tidal ellipse)

[Au, PHIu, Av, PHIv, w, TWOCIR]=ep2ap(SEMA, ECC, INC, PHA, ...

[BEp, BEm]=cBEpm(g, f, sigma, nu, kappa, z, h)

[SEMA, ECC, INC, PHA, w, TWOCIR]=ap2ep(Au, PHIu, Av, PHIv,...

image thumbnail

updated almost 4 years ago

logical2cellstr, cellstr2logical by Richie Cotton

Convert from a logical array to a cell array of 'true'/'false' strings and back again. (utility, conversion, logical)

cellstr2logical(c, casesensitive)

logical2cellstr(tf)

image thumbnail

updated almost 4 years ago

oct2ml by Ben Barrowes

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

image thumbnail

updated almost 4 years ago

LaTeX table creation. by Andrew

Function for converting numeric or cell arrays to LaTeX table. (latex, table, conversion)

latextable(X,varargin)

image thumbnail

updated 4 years ago

Int2Hex by Kobi Kai Calev

wrapper for dec2hex, to handle 64bit + signed numbers via typecast (hex, data import, dec2hex)

Int2Hex(var)

image thumbnail

updated 4 years ago

GPS to UTC(GMT) time conversion by Ian Howat

GPS2UTC Convert GPS time tags to UTC(GMT) time accounting for leap seconds (gps, conversion, clock)

gps2utc(date0)

image thumbnail

updated 4 years ago

UTC to GPS time coverter by Ian Howat

Convert UTC(GMT) time tags to GPS time accounting for leap seconds (gps, gmt, utc)

utc2gps(date0)

image thumbnail

updated almost 5 years ago

NUM2LAB by Marco Cococcioni

Converts a numeric vector into a cell vector of strings. (conversion, labels, generation)

num2lab(x,formstr,prestr,poststr)

image thumbnail

updated 5 years ago

unitsratio by James Thornbrue

Significantly speeds up the unitsratio function (map toolbox). (units, conversion, ratio)

unitsratio(to, from)

image thumbnail

updated 5 years ago

struct2str recursive by Felix Zoergiebel

Displays a struct's content in a list box. View a substruct's content by selecting its list entry. (structures, cell arrays, struct)

struct2str(s, disp_str, index_of_fields_to_use, x_ratio, y_...

image thumbnail

updated 5 years ago

LINe <--> PATch convertor by Vassili Pastushenko

Toggles LINe(s)<-->PATch(es) using 'color'<-->'Facecolor' (data exploration, line, patch)

HH=linpat(H)

image thumbnail

updated almost 6 years ago

Geographic to UTM coordinates. GUI. "UTeMization" by Alberto Avila Armella

Complete and easy to use GUI for converting Geographic to UTM coordinates. Single- and multi-point (conversion, coordinates, transformation)

utemization.m

image thumbnail

updated almost 6 years ago

Convert Arabic to Roman by Stacey Gage

Convert Arabic numerals to Roman numerals (arabic, conversion, roman)

arabic2roman( arabic_in )

image thumbnail

updated almost 6 years ago

Convert Roman to Arabic by Stacey Gage

Convert Roman numerals to Arabic numerals (arabic, conversion, roman)

roman2arabic( roman_in )

image thumbnail

updated almost 6 years ago

STRUCT2STR by Marco Cococcioni

Converts a struct intoa char string and, if needed, display the string. The function allows exportin (strings, struct, char strings)

struct2str(s, disp_str, index_of_fields_to_use, x_ratio, y_...

Contact us