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 1 month ago

N-dimensional sparse arrays by Matt J

Creates an N-dimensional sparse array object, for arbitrary N. (sparse, ndimensional, multidimensional)

varargout=ndstest(TOL)

ndSparse

image thumbnail

updated 3 months ago

Map2 - enhanced map class by Mikko Leppänen

Map2 enhance the functionality of the built-in containers.Map class. (containers, map, object oriented progr...)

Map2

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 6 months ago

MappedTensor class by Dylan Muir

Manages very large tensors of arbitrary dimensions as mapped files on disk; complex support. (matrix, large tensor, mapped file)

MappedTensor

image thumbnail

updated 7 months ago

Object oriented programming examples by Bogumila & Zbigniew MROZEK

examples from book: MATLAB and Simulink, 3e: User's Guide) by Bogumila and Zbigniew Mrozek (attribute, class, private)

Auto.m

Auto1.m

limousine.m

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 8 months ago

ANIMATOR - animate data by Jiro Doke

This GUI tool allows you to animate your data with controls for playback speed and looping. (gui, handle graphics, movie)

animator(varargin)

Data Animator

animatorApp

image thumbnail

updated 8 months ago

A toolbox for simple finite field operation by Samuel Cheng

This is a toolbox providing simple operations (+,-,*,/,.*,./,inv) for finite field. (gf, finite field, galois field)

flag=exist_java_path(p)

flag=is_irreducible(c,p,n)

num=vec2num(v,z)

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

Tree data structure as a MATLAB class by Jean-Yves Tinevez

A per-value class that implements a generic tree data structure. (tree, data structure, graph)

tree

image thumbnail

updated 1 year ago

Chebfun by Chebfun Team

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

absTest

ad_basic

ad_basic2

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

MagicSynchronizer by Benoit Charles

MagicSynchronizer creates an object to synchronize a set of properties. (oop)

DemoSynchronizers

MagicSynchronizer

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

Graphical Wrappers by Benoit Charles

Wrappers improve Matlab graphical components. (gui, oop)

AxesWrapper

ControlWrapper

DemoWrapper.m

image thumbnail

updated 1 year ago

issubclass by Jesse Hopkins

Determines if a class is a subclass of another class. (oop)

issubclass(SubClassName,SuperClassName)

image thumbnail

updated 1 year ago

MagicListener by Benoit Charles

MagicListener object (oop, listener)

MagicListener

image thumbnail

updated 1 year ago

Galois Field Library by David Blatsky

Library of Linear Algebra functions over Finite Fields (galois field, finite field, linear algebra)

Elem.m

Field.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

Image correspondences using cross-correlation by David Young

Find matching features in pairs of images using normalised cross-correlation: class file and demo. (image correspondence, pixel correspondence, stereo vision)

convolve2(x, m, shape, tol)

correspDisplay(corresps, im, col)

correspEdgeDisplay(matches, ttype, im1, im2)

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

TIFFStack by Dylan Muir

Access a TIFF stack as a memory-mapped tensor. Handles a large range of internal TIFF formats. (tiff, tif, image manipulation)

TIFFStack

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 1 year ago

ls_mod by Mikko Leppänen

Show directory listings. (file operations, directory listing, directory contents)

ls_mod.m

image thumbnail

updated 1 year ago

Zero-Based Indexable Arrays (OOP Exercise) by Matt J

Creates arrays whose indexing starts from zero instead of one. (oop, zerobased, zero indexable)

ZeroBased

image thumbnail

updated 1 year ago

Logger by Pavan Mallapragada

A container utility class to log values of various variables and messages from MATLAB code. (logger, log, logging)

logger

logger_demo.m

image thumbnail

updated 1 year ago

A multidimensional map class by David Young

MapN provides a map class similar to containers.Map, but with multidimensional keys. (map, container, containers)

memoize(f)

MapN

image thumbnail

updated 1 year ago

Symbolic polynomials by Levente Hunyadi

Object-oriented symbolic polynomial manipulation in one or more variables (mathematics, symbolic variables, polynomials)

[nodes,weights]=gaussquadrule(n,class,alpha,beta)

latexgreek(s)

merge(a, b)

image thumbnail

updated almost 2 years ago

MultiClass LDA by Darko Juric

Performs multiclass linear discriminant analysis. (classifier, data mining, multiclasslda)

LDA

LDA_Demo.m

image thumbnail

updated almost 2 years ago

wikimarkup by Pavan Mallapragada

Generates latex, html, mediawiki, xml code for tables, images, text and matlab structures. (oop, automatic latex code, wiki)

wikimarkup

wikisyntax

demo.m

image thumbnail

updated almost 2 years ago

netcdfobj - netcdf made easy. by Aslak Grinsted

Easy interface for reading netcdf files. (netcdf, object, data import)

netcdfatt

netcdfnamedlist

netcdfobj

image thumbnail

updated almost 2 years ago

BLOC - Automatic UML class diagram creator by Thinh

Used to create a UML class diagram from a MATLAB object oriented program. (uml, automatic, creator)

plusrecursive(plusDir,dirTotal)

recursive(parentindex,nodeList,supList, finallist)

Arrow

image thumbnail

updated almost 2 years ago

list, queue, stack by Zhiqiang Zhang

implement the list, queue, stack data structures in matlab (data strcuture, queue, stack)

CList

CQueue

CStack

image thumbnail

updated 2 years ago

GraphScannerGUI by Mikko Leppänen

GraphScanner GUI program allows to extract data values from graphs. (graph, pictures, images)

addNewPoint(scObj,varargin)

calculation(x,y,data,xyScaleMatrix)

cellSelection(scObj,varargin)

image thumbnail

updated 2 years ago

mPlot - Enhanced Plotting Engine by Erik Lee

Enhanced plotting engine that extends the basic plotting functionality delivered with Matlab. (data visualization, plotting, objectoriented progra...)

mPlot<handle %classdef nameOfClass<inheritedClasses

mPlotTester.m

image thumbnail

updated 2 years ago

Matrix Products Expressed in Terms of Individual Operands by Matt J

A class representing products of matrices, internally storing/manipulating them separately. (oop, matrix product, product)

prodcasctest(TOL)

ProdCascade(opsequence)

image thumbnail

updated 2 years ago

ScrollPanel by Jason Kinchen

A ScrollPanel object that can contain lightweight Handle Graphics objects. (gui, oop)

ScrollPanel

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 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 2 years ago

Class for character array by Paulo Buchsbaum

Class for easier string manipulation, with many operators and functions overloads. (character array, trimming, padding)

str

image thumbnail

updated 2 years ago

On-The-Fly Definition of Custom Matrix Objects by Matt J

Class of matrix-like objects with on-the-fly definable methods. (oop, operator, matrix)

mobjtest(TOL)

DataObj

MatrixObj

Contact us