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

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

myDynamicClass by Mark Mikofski

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

myDynamicClass

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

image thumbnail

updated 2 years ago

Simple Hashtable - Repackaged by Dean Mark

Simple hashtable class repackaged in the new matlab class format. (cell arrays, data structure, hash)

Hashtable

hash_test.m

image thumbnail

updated 2 years ago

Class Inheritance Browser by Clayton Ernst

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

image thumbnail

updated 2 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 almost 3 years ago

Design Pattern: Iterator (Behavioural) by Bobby Nedelkovski

A MATLAB® OOP implementation of the Iterator Behavioural Design Pattern (design pattern, abstract data type, object oriented progr...)

Test Script for Class CellArrayListIterator

CellArrayList

CellArrayListIterator

image thumbnail

updated almost 3 years ago

Data Structure: A Cell Array List Container by Bobby Nedelkovski

Provides a useful 1D container for storing an ordered heterogeneous set of elements (container, adt, list)

Test Script for Class CellArrayList

CellArrayList

List

image thumbnail

updated 4 years ago

View Class Inheritance Hierarchy by Matt Dunham

View inheritance hierarchy of a Matlab OO project (classdef, oop, inheritance)

viewClassTree(directory)

Contact us