image thumbnail

updated 5 months ago

Interpolation Utilities by Joe Henning

A variety of interpolation utilities (interpolation, piecewise interpolati..., cubic interpolation)

baryinv(x, y, xi, c)

cakima(x, y, xi)

cbezier(x, y, xi)

image thumbnail

updated 6 months ago

Basic Signal by Simerdeep Singh

Discrete Time Signal : Unit Sample, Unit Step, Unit ramp, Exponential, cosine, sine (cos, complex exponential, impule)

basicsignal.m

image thumbnail

updated 10 months ago

Fit distributions to censored data by Leonidas Bantis

Fits distributions to data when left and/or right and/or interval censoring is present (censoring, left censoring, lognormal)

evfitc.m

expfitc.m

gamfitc.m

image thumbnail

updated 1 year ago

fitExponential.m by Jing Chen

Fitting with single exponential curve in the form of: yFit = yInf + (y0-yInf) * exp(-k*(x-x0)) (curve fitting, exponential curve, exponential)

fitExponential(x, y)

image thumbnail

updated 1 year ago

Distributions by Alexios Fourlis

This Gui is a simple way to display some useful distributions. (distribution, normal, poisson)

RnG(varargin)

SNG_task1(varargin)

exponential(varargin)

image thumbnail

updated 1 year ago

Galois Field Array to Exponential Array Conversion by Colin O'Flynn

Convert GF array into exponential notation (a^3, etc) (galois field, exponential, gf2)

gf2exp( GFInput, m, prim)

image thumbnail

updated 2 years ago

Illustration of the Central Limit Theorem by Choqueuse Vincent

This script illustrates the central Limit theorem. (central limit theorem, statistics, gaussian)

illustration_CLT.m

image thumbnail

updated 2 years ago

Power Law, Exponential and Logarithmic Fit by Jonathan C. Lansey

Finds and plots the linear fit to some data points when plotted on a log scale. (power law, exponential, curve fitting)

logfit(x,y,varargin)

image thumbnail

updated almost 3 years ago

Matrix exponential by Stefan Güttel

A rational Chebyshev method to compute the exponential of a symmetric matrix. (exponential, matrix exponential, function)

rcexpmv(A,v,tol,solver)

rcexpmv2(K,M,v,tol,solver)

test_rcexpmv.m

image thumbnail

updated 3 years ago

Virtual Signal Generator by Thomas Reid

GUI with all the functionality of a standard signal generator, but without expensive equipment. (waveform, signal, sinusoidal)

VirtualSignalGenerator(varargin)

image thumbnail

updated 4 years ago

Exponential fit, without start-guess by Per Sundqvist

Fits 1) f=s1+s2*exp(-t/s3) or 2) f=s1+s2*exp(-t/s3)+s4*exp(-t/s5) to numerics, without startguess (exponential, nonlinear, initial guess)

s=exp2fit(t,f,caseval,lsq_val,options)

image thumbnail

updated almost 5 years ago

The Matrix Function Toolbox by Nick Higham

A MATLAB toolbox connected with functions of matrices. (mathematics, matrix function, exponential)

arnoldi(A,q1,m)

ascent_seq(A)

cosm(A)

image thumbnail

updated 6 years ago

exp2text by Vasilis Kapetanidis

Converts exponential format to TeX format for annotating plots (annotation, customization, tex)

numtxt=exp2text(enum,sdig)

image thumbnail

updated 7 years ago

Conversions among representations of 3D orientation by Hao Zhang

conversions among representations of 3D orientation (3d, map, exponential)

R=expmap2rotmat(r);

R=quat2rotmat(q)

[r]=quat2expmap(q)

image thumbnail

updated almost 9 years ago

Exponential analysis by Pieter Van Gelder

Performs a fast exponential analysis on the POT dataset stored in array X. (data exploration, exponential, quantile)

expan(X,tp,p);

image thumbnail

updated 15 years ago

cltexp by Peter Dunn

The function cltexp supplies a sampling distribution from an exponential distribution. (statistics, probability, distribution)

cltexp(option)

Contact us