image thumbnail

updated 27 days ago

Printing a formatted table by Daniel Wirtz

Allows to display and print simple text tables in MatLab. Plain and LaTeX format supported. (table, string table, char table)

PrintTable

image thumbnail

updated 1 month ago

Simple Stock Ticker by David

A simple stock ticker app written with a MATLAB class (class, oop)

Simple Stock Ticker

simpleStockTicker

image thumbnail

updated 1 month ago

A pointer (or reference) in Matlab by Andrew

Get the behavior of a pointer. (pointer, reference, hack)

ptr

image thumbnail

updated 1 month ago

matlab-ClassInheritanceBrowser by Andreas

A tool for managing and organizing classes, with a simple interface and (optional) tree diagram (biograph, class, class inheritance)

classInheritance.Tree

classInheritance.browse

classInheritance.iTree

image thumbnail

updated 4 months ago

Simple Object Creation in Matlab Object Oriented Programming (OOP) by Michael Chan

The objective is to provide a simple sample code to illustrate OOP in Matlab. (oop, objectoriented progra..., data formatting)

cell2str(c,n,mode)

cell2string( cellString )

dynamicVariableNaming

image thumbnail

updated 4 months ago

CSV reader by timo

This class can be used to read a csv file into RAM or save a csv file from RAM to disk (csv reader, oop)

csvClass

image thumbnail

updated 7 months ago

Animated traffic lights on road intersection -- OOP (object oriented programming) demo by Bogumila & Zbigniew MROZEK

simple classes and superclass are used to arrange flexible object oriented programming environment (class, automotive, oop)

map

tLamps % trafficLamp

trafficLamp

image thumbnail

updated 11 months ago

N-dimensional Sparse Matrices by Jonathan Karr

N-dimensional sparse matrix and circular sparse matrix classes for arbitrary N. (sparse, multidimensional, matrix)

edu.stanford.covert.util.CircularSparseMat

edu.stanford.covert.util.CircularSparseMat_Test

edu.stanford.covert.util.SparseMat

image thumbnail

updated 1 year ago

sig by Peter O'Connor

method signatures for OOP (oop, object, autocomplete)

sig(methoddef,specifier)

image thumbnail

updated 1 year ago

Chebfun by Chebfun Team

Numerical computation with functions instead of numbers. (chebfun, approximation, interpolation)

A greedy algorithm for choosing interpolation points

A keyhole contour integral

A parameter dependent ODE with breakpoints

image thumbnail

updated 1 year ago

imstream by Oliver Woodford

A wrapper which abstracts videos and image file sequences, so they can be treated the same. (image, video, stream)

imseq

imstream

image thumbnail

updated 1 year ago

myDynamicClass by Mark Mikofski

Create a set of objects from a text file. (data import, class, oop)

myDynamicClass

image thumbnail

updated 1 year ago

PathFinding by Wasit Limprasert

Dijkstra's pathfinding algorithm: computing a shortest path between an initial node to a final node. (pathfinding, optimization, oop)

Edge

Graph

Node

image thumbnail

updated 1 year ago

Copy / Clone method for handle and hgsetget class by Sebastian Hölz

Enable deep copying of child objects of classes handle or hgsetget (deep copy clone hgset..., oop)

TestClass_handleplus

TestClass_hgsetgetplus

handleplus.m

image thumbnail

updated 1 year ago

Heap by Hanan Kavitz

heap data type (heap, datatype, oop)

Heap<handle

heapDriver.m

image thumbnail

updated 1 year ago

Default Property Change Monitoring by Daniel Wirtz

Two classes that allow easy tracking of changes to "default" properties of MatLab classes (oop, default properties, default values)

DPCM

DPCMDemoClass

DPCMObject

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

Contact us