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

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

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

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

View Class Inheritance Hierarchy by Matt Dunham

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

viewClassTree(directory)

Contact us