image thumbnail

updated 3 months ago

absmax by Adam McNeilly

Returns the value of the element with the largest absolute value in the input matrix. (absolute, abs, maximum)

maximum=absmax(A)

image thumbnail

updated 5 months ago

Merge sort algorithm by ACLNM

This function executes what I think is the merge sort algorithm invented by John von Neumann in 1945 (sort, merge sort, mergesort)

fusioned( vec )

fusionedtest.m

image thumbnail

updated 10 months ago

Towers Of Hanoi by Brian Moore

A MATLAB GUI application of the popular Towers Of Hanoi puzzle game with manual or auto solution. (towers of hanoi, recursion, gui)

TowersOfHanoi(varargin)

image thumbnail

updated 1 year ago

The Fibonacci Sequence by John D'Errico

Efficient computation of Fibonacci and Lucas numbers (fibonacci, lucas, numbers)

fibonacciEvolution

fibonacci(n,modulus)

fibrecur(N)

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

b-spline recursion by Basel alnabulsi

A recursive function that computes the b-spline basis atoms, it's very compact (bspline, recursion, interpolation)

spline_recursion (u,n)

image thumbnail

updated 1 year ago

dput by John Colby

Generates paste-able ASCII representations of MATLAB variables (save, ascii, data export)

dput(varargin)

test_dput

image thumbnail

updated almost 5 years ago

Recursive Directory Function Execution by Rodney Thomson

Recurse through all directories executing the supplied function (utilities, directories, files)

directoryRecurse(directory, function_pointer, varargin)

image thumbnail

updated 5 years ago

Recursive directory listing by Gus Brown

Directory listing with a difference, supports directory wildcards. (difference, files, directories)

rdir(rootdir,varargin)

Contact us