image thumbnail

updated 3 months ago

Convert Between Numerics and Prefixed Strings (SI or Binary) by Stephen Cobeldick

Convert between numeric scalar values and SI prefixed or binary prefixed strings. (data, kibi, mibi)

binum(str,pst)

bipre(val,sgf,pfx)

sinum(str,pst)

image thumbnail

updated 3 months ago

thresholding for blood cells by Adi Pamungkas

how to make binaryzation image for blood cells (image processing, binaryzation, thresholding)

Blood_Cells(varargin)

image thumbnail

updated 4 months ago

Erosion operation by Ayse Nur

Binary image erosion operation (binary, erosion)

erosion.m

image thumbnail

updated 5 months ago

Select Connected Components in N-D Array by Ran Shadmi

Select objects in binary N-D array. Can replace Matlab's "bwselect" which is limited to 2D matrices. (binary, connected components, image processing)

selectCc(Xin, conn, varargin)

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

Get Largest Connected Components by Ran Shadmi

Get n largest connected-components in n-d array, with arbitrary connectivity support (connectedcomponents, binary, image processing)

getLargestCc(Xin, conn, n)

image thumbnail

updated 6 months ago

Two's Complement Binary Strings by Drew Compston

Convert between binary fixed point two's complement strings and decimal numbers. (binary, twos complement, fixed point)

dec2fix(x, nfracbits, nbits)

dec2twos(x, nbits)

fix2dec(t)

image thumbnail

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

Floating number conversion to binary and vice-versa by Gordon Amoako

Converts a fractional value to binary and vice versa (decimal to binary, floating, numbers)

y=d2b(n)

y=f_b2d(n)

y=f_d2b(n)

image thumbnail

updated 12 months ago

Binary STL file reader by Grant Lohsen

Update of the stlread function by Francis Esmonde-White to properly implement color reading. (3d models, binary, cad)

stlread(filename, verbose)

image thumbnail

updated 1 year ago

bmorph - binary morphological transforms by tudor dima

Fast binary erosion and dilation, with even faster iterative calls. (image processing, morphology, erosion)

bmorph(img, B_Coll, ...

image thumbnail

updated 1 year ago

Generalised Truth Tables by Richard Stapenhurst

Generate 'truth tables' where columns correspond to digits in arbitrary mixtures of bases. (truth table, combinatorics, counting)

ttable(values)

image thumbnail

updated 1 year ago

Get binary volumes from a volume of labels / integers by Christopher Coello

Creates a set of binary volumes from a volume of labels (integers value) (binary, labels, freesurfer)

labelsToBinary(inLabelVol,varargin)

image thumbnail

updated 1 year ago

Recursive Integer Guessing Game by Adam Gripton

A recursive algorithm that queries an objective function to guess an unknown integer. (guess, game, function)

z=guessgame(isleq,n,k)

image thumbnail

updated 1 year ago

Byte data format bits manipulation by Michael Chan

Demonstrate ascii character/ symbol convert to/ from byte formats of decimal, binary and hexadecimal (binary, decimal, symbol)

FormatHexStr(Str,format)

asciiToBaseValues(textContents, mode)

baseValuesToAscii(textContentsInBaseValues, mode)

image thumbnail

updated 1 year ago

Metastockread by Oleg Komarov

Read metastock files (master, emaster, xmaster and .dat/.mwd) (metastock, finance, import)

metastockread(fullpath)

image thumbnail

updated 1 year ago

Consecutive Ones by Shreyes

Finds the number of consecutive ones in a binary signal. Returns the starting and ending points (arithmetic, optimization, statistics)

consecutive_ones(vector)

image thumbnail

updated 1 year ago

PSpice binary import by Frank Sommerhage

lightning fast import for PSpice binary *.dat files (binary, pspice, data export)

readdat.m

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

Find Decimal Equivalent of Binary by Mohammad Saadeh

Find the decimal value of a whole binary number including binary fractions (binary, decimal, digital logic)

find_decimal(binary)

image thumbnail

updated almost 2 years ago

Find Binary Equivalent of Decimal by Mohammad Saadeh

Find binary equivalent of positive decimal, fraction, or combination of both (decimal, binary, digital logic)

find_binary(decimal)

image thumbnail

updated almost 2 years ago

randbinary by prateek raj

y=randbinary(row,col,unipolar=1/bipolar=2) to generate randon binary data matrix by PRATEEK (rand, randbinary, binary)

randbinary.m

image thumbnail

updated almost 2 years ago

abfload by Harald Hentschke

abfload imports data in the Axon abf format (three different recording modes). (abf, binary, data import)

[d,si]=abfload(fn,varargin)

pvpmod(x)

image thumbnail

updated almost 2 years ago

Image Halftoning by Floyd's Method by Athi

This program converts a gray image into halftone image. (image processing, halftoning, halftone)

floydHalftone(inImg)

SampleUsage.m

image thumbnail

updated almost 2 years ago

Image Halftoning by Jarvis Method by Athi

This program converts a gray image into halftone image. (error diffusion, halftoning, jarvis)

jarvisHalftone(inImg)

SampleUsage.m

image thumbnail

updated 2 years ago

label2CC by Sean de

This function takes a label image and converts it to a CC struct, the same output as bwconncomp. (labelmatrix, bwconncomp, bwlabel)

label2CC(L,conn)

image thumbnail

updated 2 years ago

Picture Encryption and Decryption by Alexander Wallar

This algorithm decrypts and encrypts images based on keys (encryption, decryption, picture)

picCrypt(imMat,key,key2,key3)

image thumbnail

updated 2 years ago

bwclearborder by Sean de

Same thing as IMCLEARBORDER, but faster for 2 and 3-dimensional binary images. (bwclearborder, binary, bw)

bwclearborder(bw,conn)

image thumbnail

updated 2 years ago

Improved Base Expansion Algorithm by Alexander Wallar

This is an improvement of my last base expansion algorithm (base, expansion, algorithm)

baseVecExpand(n,c,b)

image thumbnail

updated 2 years ago

Binary or FLip-Flop Lock. by Krishna Lalith

Unlock the "Binary or FLip-Flop Lock" (variation of "Egyptian Lock"). (binary, flipflop, lock)

Binary_Lock(action)

Callback_Piece(hand,varargin)

[a,b,c,d,BLG]=JIM(BLG)

image thumbnail

updated 2 years ago

Binary STL file reader by Francis Esmonde-White

This binary STL file reader is much faster than the existing readers. (stl, cad, 3d models)

stlread(filename, verbose)

image thumbnail

updated 2 years ago

readLeCroyWaveJetWfm by Paul Wagenaars

Read binary LeCroy WaveJet waveforms (data import, data export, lecroy)

readLeCroyWaveJetWfm( varargin )

image thumbnail

updated 2 years ago

HexCompare by Dirk-Jan Kroon

Basic hex editor for viewing and comparing files (hexedit, hex, edit)

hexcompare(varargin)

image thumbnail

updated almost 3 years ago

2s complement to decimal converter by Reza

Converts 2s complement to signed decimal equivalent (2s complement, binary, conveter)

twos2decimal(x,bits)

image thumbnail

updated almost 3 years ago

a short code for creating a random (1,-1) matrix by Changqing Xu

This is a very short code file for creating a random matrix whose entries are either 1 or -1. (random matrix, binary, singularity)

A=randplusminus1(n)

image thumbnail

updated almost 3 years ago

Load Labview Binary Data by Jeremy Smith

labviewload.m loads in binary data files output by Labview. (labview, binary)

labviewload(fname,dim,varargin)

image thumbnail

updated 3 years ago

urlreadpost - url POST method with binary file uploading by Dan Ellis

A replacement for urlread(url,'post',...) that allows POST to upload binary (file) data. (http, binary, post)

urlreadpost(urlChar,params)

urlreadwrite(fcn,urlChar)

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

ReadNVT by Forrest Collman

Reads in a Neuralynx NVT Cheetah binary file into Matlab (neuralynx, cheetah, nvt)

[Data]=ReadNVT(fn)

image thumbnail

updated 3 years ago

Watermarking by Ravi Lakkundi

Watermarking an image with binary image. (gui, image processing, annotation)

waterdem(action,varargin);

image thumbnail

updated almost 4 years ago

uwrite/uread by Sridhar Anandakrishnan

UREAD/UWRITE are like FREAD/FWRITE except that they operate on arrays in memory. (data import, data export, uread)

uread.m

uwrite.m

image thumbnail

updated almost 4 years ago

Image Format Conversion: Binary to RGB by Kyle Scott

Reformats binary (black and white) images as true color RGB images. (binary, bw2rgb, image)

bw2rgb(bwPic)

image thumbnail

updated almost 4 years ago

struct_read/struct_write by Val Schmidt

Functions to ease the reading and writing of C data structures from and to binary files. (c, structure, binary)

struct_read(fid,format)

struct_write(fid,format,data)

image thumbnail

updated almost 4 years ago

get_yes_or_no by Phillip M. Feldman

Prompt user to provide a yes-or-no answer, with an optional default value. (input, yesorno, binary)

get_yes_or_no(prompt,default)

image thumbnail

updated 4 years ago

Fast Import of Compressed Binary .RAW Files Created with LTspice Circuit Simulator by Paul Wagner

Loads .raw simulation files created with LTspice (a free circuit simulation tool). (circuit simulation, binary, ltspice)

LTspice2Matlab( filename, varargin )

image thumbnail

updated 4 years ago

Read binary Rigol waveforms by Paul Wagenaars

Read binary waveform (.wfm) files stored by Rigol oscilloscopes (oscilloscopes, waveforms, rigol)

readRigolWaveform(filename, varargin)

image thumbnail

updated 4 years ago

Manchester to standard logic decoder by Robert

Converts a manchester encoded string to its standard logic equivalent. (binary, encoder, communication)

manchester2bin(inputData)

image thumbnail

updated 4 years ago

Standard logic to Manchester encoder by Robert

Converts a binary standard logic string to its manchester encoded equivalent. (manchester, binary, communication)

bin2manchester(inputData)

image thumbnail

updated 4 years ago

VIDEO TUTORIAL: HOW TO CONNECT A WEBCAM WITH MATLAB. by Diego Orlando

VIDEO TUTORIAL: HOW TO CONNECT A WEBCAM WITH MATLAB (narration in Spanish). (data import, image processing, video)

CONECTAR_WEB_CAM_EN_MATLAB.wmv

Contact us