image thumbnail

updated 18 days ago

Dimensioned Variable Class for MATLAB by Sky Sartorius

A set of tools allowing the use of real-world units in Matlab. (units, dimensioned, aerospace)

units

DimensionedVariable(dimensionNames,dimensionToCreate)

image thumbnail

updated 4 months ago

Experimental (Semi-) Variogram by Wolfgang Schwanghart

calculate the isotropic and anisotropic experimental (semi-) variogram (kriging, geostatistics, variogram)

variogram.m

image thumbnail

updated 12 months ago

samesize by Richard Crozier

Determine if all inputs are the same size in all dimensions. (size, dimensions, array)

samesize(varargin)

image thumbnail

updated 2 years ago

Whos by Matt J

Variant of whos(). Gives memory in Kbytes and displays array dimensions even for 4D+ arrays. (whos, memory, kilobytes)

varargout=Whos(varargin)

image thumbnail

updated 2 years ago

Overloading SIZE for Array-like User-Defined Objects by Matt J

A tool for OOP overloading of the size() method, imitating I/O conventions of MATLAB's native SIZE. (oop, size, dimensions)

parseSize(sz,numargsout,dim)

image thumbnail

updated almost 3 years ago

Separate Kernel in 1D kernels by Dirk-Jan Kroon

Decompose an arbitrary N dimensional filtering kernel into 1D kernels, for faster filtering (2d, gaussian, 3d)

[K1 KN ERR]=SeparateKernel(H)

image thumbnail

updated almost 4 years ago

mlunit_2008a by Christopher

A MATLAB unit test framework supporting new classdef files (r2008a) (xunit, dimension, framework)

fib(x)

Contents.m

DummyTestCase

image thumbnail

updated 5 years ago

gplot3 by Ali Mohammad Razeghi

Plot graph, as in "graph theory" in three dimensions. (plot3, gplot3, graph theory)

[Xout,Yout,Zout]=gplot3(A,xy,lc)

image thumbnail

updated 5 years ago

SubSets by H. Sh. G.

SubSets(m,n) returns all m dimension subsets of an n member set. (sets, subsets, member set)

S=subsets(m,n,k,a)

image thumbnail

updated 8 years ago

DIMENSION - tagging values with units by Nathan Thern

Class for tagging values with units. Provides for transparent conversion, unit checking & combining. (dimension, units, unit)

dimension(qty, dim, exp, varargin)

image thumbnail

updated almost 15 years ago

let by Steve SIU

Lyapunov Exponents Toolbox (lyapunov exponents to..., exponents, let)

DX=vderpol(t,X)

Line=findlyap(MainHandles)

OUT=duffing(t,X)

Contact us