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

FINDSEQ by Oleg Komarov

Find sequences of repeated (adjacent/consecutive) numeric values. NaNs and Infs are supported. (sequence, repeated, consecutive)

findseq(A,dim)

image thumbnail

updated 1 year ago

arclength by John D'Errico

Compute the arclength of a general curve in any number of dimensions (arclength, spline, curve)

arclength(px,py,varargin)

image thumbnail

updated 1 year ago

CATPAD by Jonathan Sullivan

Concatenation of arbitrarily sized data along any dimension. (cell, merge, length)

catpad.m

image thumbnail

updated almost 2 years ago

gap size by Aslak Grinsted

Calculates number of consequtive NaNs in a vector. (gap, nan, length)

sz=gapsize(x)

image thumbnail

updated almost 3 years ago

vsize: a pedestrian variable decoder by us

VSIZE determines the full anatomy for named or unnamed variables of any depth and complexity (whos, ndims, size)

[p,par]=vsize(varargin)

image thumbnail

updated 3 years ago

loadcell.m by Amos Storkey

Loads character seperated data with variable length lines and mixed types. (data import, data export, load)

[lc,dflag,dattype]=loadcell(fname,delim,exclusions,varargin...

image thumbnail

updated 3 years ago

GETCHUNKS by Jiro Doke

Get the number of repetitions that occur in consecutive chunks. (matrices, repetitions, histogram)

getchunks(a, opt)

image thumbnail

updated almost 4 years ago

Day Length by Travis Wiens

Calculates the length of daylight for any day and latitude (daylight, sun, length)

[hours b]=day_length(Day,Latitude)

day_length_example.m

image thumbnail

updated 5 years ago

RUN LENGTH DECODING by Shoeb Temrikar

returns binary data from run length encoded array (coding theory, information theory, decoding)

rle_decoding.m

image thumbnail

updated 5 years ago

RUN LENGTH ENCODING by Shoeb Temrikar

rle is performed on a binay stream of data (encoding, run length, binary stream)

rle_encoding.m

image thumbnail

updated 5 years ago

QPSK modulation by Ganesh AS

gives u qpsk of even length message signals and displays the plot (communications, length, modulation)

quad.m

image thumbnail

updated 6 years ago

EEG bdf reader by Gleb Tcheslavski

This code reads EEG data from a 'bdf' file (bdf, code, medical)

eeg_read_bdf(filename,SecLoad,reshape)

image thumbnail

updated 6 years ago

MLS generator by Tim Streeter

A maximum length sequence (MLS) generator (coding theory, information theory, mls)

mls_output=mls_generator(n,random_flag)

image thumbnail

updated 6 years ago

Status / progress indicator by Marcel Leutenegger

A simple progress bar indicating the current status, the elapsed time and the remaining time. (example, computation, gui)

f=statusbar(p,f)

image thumbnail

updated 6 years ago

area measuring by Yonathan Nativ

measuring areas surface and path length in an image (map) (area, path, measure)

calcEnclosedArea(varargin)

image thumbnail

updated 7 years ago

NONES by Jos (10584)

fill each row/column with a certain number of ones (N-ONES) (matrices, ones, fill)

nones(v)

image thumbnail

updated 8 years ago

geodesic by Lei Wang

GEODESIC solves geodesic problems concerning three types of surface. (cone, sphere, geodesic)

geodesic.m

image thumbnail

updated almost 9 years ago

CONTIGUOUS -- Start and stop indices for contiguous runs by David Fass

RUNS = CONTIGUOUS(A,NUM) returns the start and stop indices for contiguous runs of the elements NUM (run length, length, runs)

contiguous(A,varargin)

image thumbnail

updated 11 years ago

mls.m by Christopher Brown

Generates maximum length sequences, which are pseudorandom noises useful for acoustic measurements. (sound, maximum, length)

mls(n,flag)

Contact us