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

tracer4m by per isakson

tracer4m traces calls to methods and functions. (trace calls, tracing, logging)

tracer4m - traces calls to methods and functions

testfile4tracer( varargin )

tracer( varargin )

image thumbnail

updated 2 years ago

uisplitter by Levente Hunyadi

Splits a container into two resizable sub-containers (panes). (drag and drop, splitter, split pane)

example_uisplitpane

uibind(obj, event, callback)

uibindonce(obj, event, callback)

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

MAT2XLS v2.0 by Elmar Tarajan

Stores and customizes numeric array or cell array in Excel workbook using ActiveX interface. (xslx, automation, xlswrite)

mat2xls

image thumbnail

updated 3 years ago

Matlab 2008a Advanced Tutorials by Matt Dunham

This is a series of Matlab 2008a Tutorials on topics such as the new Object Oriented System (whitepaper, article, paper)

LassoShootingFast(X,y,lambda,w0)

mysetdiff(A,B)

placeFigures(varargin)

image thumbnail

updated 3 years ago

Design Pattern: Singleton (Creational) by Bobby Nedelkovski

A MATLABĀ® OOP implementation of the Singleton Creational Design Pattern (design pattern, uml, creational)

Test Script for Class SingletonImpl

Singleton

SingletonImpl

image thumbnail

updated almost 4 years ago

mlunit_2008a by Christopher

A MATLAB unit test framework supporting new classdef files (r2008a) (xunit, dimension, framework)

fib(x)

Contents.m

DummyTestCase

image thumbnail

updated almost 4 years ago

MATLAB in Physics - Symbolic Computation and Differential Equations by Matt McDonnell

The fourth lecture in a series on using MATLAB in undergraduate physics courses. (simulation, oop, object oriented progr...)

centralPotentialODE(stateVect,charges,p,polarity,masses)

selectPathData(h,x,y,t,tSet,rangeFraction)

LorentzAttractor

image thumbnail

updated 4 years ago

The Object of My Callback by Dimitri Shvorob

(object references with Matlab timers) (timer callback object..., oop)

CharKeyHashtable

Widget

CallbackDemo.m

image thumbnail

updated 4 years ago

Benchmark clear() behavior with OOP handle by Benjamin Heasly

Examine Matlab's "clear" behavior with different handle reference configurations. (oop, object, reference)

handleClearBenchmarks

simpleHandle

image thumbnail

updated 4 years ago

Strategy Design Pattern in Matlab 2008b by Paul Williamson

Strategy Pattern defined by "Gang of Four" in: "Design Patterns: Elements of ...," Gamma, et al. (strategy pattern, design patterns, interfaces)

Donchian

SimpleMA

Strategy

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)

image thumbnail

updated almost 8 years ago

An Interactive Game Program by Fu-Sung Wang

A worldwide game is waiting for you. (games, greedy snake, game)

snake1.m

worker(varargin)

coord(a ,b)

Contact us