image thumbnail

updated 1 year ago

queue and stack classes by Hanan Kavitz

Implementation of doubly linked list, stack and queue (queue, stack, oop)

DoublyLinkedList<handle

Node<handle

Queue<handle

image thumbnail

updated 1 year ago

Red Black Tree by Hanan Kavitz

Matlab implementation of RedBlack tree (algorithm, redblack tree, data container)

Nodes.ColoredNode<Nodes.FullNode

Nodes.Colors

Nodes.FullNode<Nodes.Node

image thumbnail

updated 2 years ago

ismatrix1 by Carey Smith

Work-around for error in built-in function ismatrix (2010b). Only returns 1 for matrices (mathematics, data type)

answer=ismatrix1(varargin)

ismatrix1_test.m

image thumbnail

updated 2 years ago

Robust Sparse data types by Matt J

Creates sparse array like MATLAB's built-in sparse type, but robust to certain bugs/errors. (sparse, class, bug)

obj=rsparse(varargin)

obj=rspeye(varargin)

obj=rsprand(varargin)

image thumbnail

updated almost 3 years ago

Efficient Object-Oriented Kronecker Product Manipulation by Matt J

A class for efficient manipulation of N-fold Kronecker products in terms of their operands only. (kronecker, oop, tensor)

krontest(TOL)

krontest(TOL)

KronProd

image thumbnail

updated 8 years ago

XML Toolbox by Marc Molinari

Conversion of MATLAB data types to XML and vice versa. (xml, xml toolbox, data export)

toolbox_test

strsplit.m

unblank.m

Contact us