Refine by Content Type

Refine by Product

Refine by Time Frame

image thumbnail

updated 30 days ago

Interval merging by Bruno Luong

Merging intervals in the bracket form (interval, merging, timestamps)

IntervalUnion(left, right)

MergeBrackets(left, right)

RangeIntersection(varargin)

image thumbnail

updated 12 months ago

Range intersection by Xavier Xavier

Mathematical intersection of range composed of a union of intervals (interval, intersection)

out=range_intersection(first,second)

image thumbnail

updated 1 year ago

Specific Sample Function Plotting using MatLab 7.12 by Nadir Altinbas

Function plotting (function, pyramid surface, interval)

image thumbnail

updated 2 years ago

Image Resize by Yan Maraden Sinaga

Another function to resize an image. (resize, scaling, enlarge)

img_out=imageresize(img_in, rowScale, colScale);

image thumbnail

updated 3 years ago

Musical Notes by Eric Johnson

Collection of functions for working with musical notes, intervals, frequencies, and cents. (music, notes, cent)

music.freq2cent(f1,f2)

music.freq2interval(f,key)

music.freq2note(f)

image thumbnail

updated 4 years ago

RANDINTERVAL by Jos (10584)

random numbers within multiple intervals (probability, weights, rand)

randinterval(N, Interval, Weight)

image thumbnail

updated 5 years ago

interpolat by Ali Mohammad Razeghi

finds brackets of x that contain sign changes of a function on the interval [ xmin , xmax ] and uses (roots, root finding, brackets)

GaussSeidel(A,b,es,maxit)

interpolat ( func , xmin , xmax , ns , n , es , maxit )

image thumbnail

updated 6 years ago

Plot confidence intervals by Raymond Reynolds

Plots a shaded region between specified lower and upper limits (confidence, plot, interval)

ciplot(lower,upper,x,colour);

image thumbnail

updated 6 years ago

ci.m by Raymond Reynolds

calculates 90, 95 or 99% confidence interval. (interval, 90, confidence)

interval=ci(x,confidence,dim);

image thumbnail

updated 7 years ago

n-dimensional simplex quadrature by Greg von Winckel

% Construct Gauss points and weights for a n-dimensional simplex (guass quadature, interval, simplex)

[X,W]=simplexquad(varargin)

image thumbnail

updated 7 years ago

interval plot by BenoƮt Valley

plot intervals (enhancement, interval, plot)

[y]=plotinterval(varargin)

image thumbnail

updated 10 years ago

mep: a pedestrian vector index list creator by us

Creates epochs (0|1) in a logical array according to a list of indices (begin:end). (matrices, index, indexing)

vix=mep(v,varargin)

Contact us