image thumbnail

updated 4 days ago

Deploy pcoded Matlab Files by Eydrian

Creates recursively p-coded files and the associated help text, works also for classes and packages (pcode, pcode class deploy, class)

deploy.m

image thumbnail

updated 14 days ago

Timer Object Explorer by Marta

A simple GUI to help learn about the facilities of the timer object. (timer, simple, gui)

timer_explorer(varargin)

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 3 months 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 4 months 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

TexTab by Marcel Rüland

Create formatted tables and save them as a picture like png. Saving tex files is also possible. (data export, matrix, table)

Base

TexTab.m

image thumbnail

updated 5 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 5 months ago

Interactive Data Navigation Pane Widget by Thomas Montagnon

Widget to interactively & graphically select a section of a large dataset you want to work on (cursor, plot, object oriented)

demo_uiHistory()

cursors

cursorsData

image thumbnail

updated 5 months ago

UIINSPECT - display methods-properties-callbacks of an object by Yair Altman

Inspect an object handle (Java/COM/HG); display its methods/properties/callbacks in a unified window (com, example, object)

uiinspect(obj, fig)

image thumbnail

updated 6 months ago

Example MATLAB class wrapper for a C++ class by Oliver Woodford

An example of how to safely encapsulate a C++ class in a MATLAB class, via a mex interface. (c, mex, wrapper)

class_interface

image thumbnail

updated 6 months ago

draggable by Francois Bouffard

Allows graphical objects to be dragged in a figure. (drag, data exploration, draggable)

draggable(h,varargin)

dragdemo.m

image thumbnail

updated 6 months ago

Interface util by Jonathan Karr

Utility class for checking if a class implements an interface. (interface, interpreter, class)

edu.stanford.covert.util.InterfaceUtil

image thumbnail

updated 8 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 9 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 9 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, demo, gui)

map

tLamps % trafficLamp

trafficLamp

image thumbnail

updated 12 months ago

Particle Filter Color Tracker by Sebastien PARIS

Tracking an object in a video with a Color Particle Filter (example, particle filter, image processing)

image thumbnail

updated 1 year ago

Dynamically create a bus testing harness in Simulink by Adam Filion

Dynamically create a test harness in Simulink given a bus object with arbitrary underlying structure (simulink, bus, object)

bus_test_harness.m

image thumbnail

updated 1 year ago

RNEL_DB Object Oriented Database for Matlab by Joost Wagenaar

RNEL_DB is a class definition that facilitates the user to develop a database in Matlab. (database, classes, object oriented)

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

Interactive curve class by Maxim Vedenyov

change curve by markers drag-and-drop (interactive, curve, interpolation)

example4(varargin)

ic=example3

interactive_curve

image thumbnail

updated 1 year ago

Object Oriented Digital Clock by James Kristoff

Shows time in 24 hour format. Can use it for stopwatches, clocks or anything that display numbers. (time, class, seven segment display)

clockColon

clockSegment

digiClock

image thumbnail

updated 1 year ago

Example using a MATLAB Class to control a GUI by Alex

This example shows how to use a Matlab class to control a gui. (class, gui, data export)

standard_fig(varargin)

gui_class_example

image thumbnail

updated 1 year ago

Comparison of C++, Java, Python, Ruby and MATLAB Using Object Oriented Example by Stuart McGarrity

RedBlack Tree Binary Search Example Used to Compare of C++, Java™, Python, Ruby and MATLAB® Code (article, object oriented, tree)

test_RedBlackTree

NodeVisitor

RedBlackTree

image thumbnail

updated 1 year ago

Comparison of C++ and MATLAB Using Object Oriented Application Example by Stuart McGarrity

Wireless Communications Application Example Used to Compare C++ and MATLAB® Code (wireless, article, matlab)

[BER, errors]=btint(varargin)

arg=getArg(argPosition,vararg_in,default)

rsrc=setRSRCpulseShapingFilter(rsrc, rollOff)

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

Java Class Origin by Ragaar Ashnod

Quickly find the origin for a java class. (java, class, url)

ClassOrigin(jObj)

image thumbnail

updated almost 2 years ago

datefig: figure handle class with automatically readjusting date ticks by Mark Mikofski

Handle class object that automatically resets date ticks after resize, zoom or pan. (figure, datetick, class)

datefig

image thumbnail

updated 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

mxGetPropertyPtr C-mex function by James Tursa

Fast memory efficient alternative to the API function mxGetProperty. (mxgetpropertyptr, object, mxgetproperty)

GetPropertyPtrx(varargin)

GetPropertyPtr(obj,ix,propname)

mxGetPropertyPtr_class

image thumbnail

updated 2 years ago

Pointers and subscript pointers by Jon Danisch

Pointers implemented in Matlab (pointer, pointers, handle)

hnum

subscripthandle

image thumbnail

updated 2 years ago

A Simple Object Oriented Matlab Example by Alphan Sahin

Here is a simple object oriented MATLAB example. (object oriented, communication)

base_station

mobile_station

main.m

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

Arduino IO package: Slides and Examples by Giampiero Campa

Slides for the webinar: "Learning Basic Mechatronics Concepts Using the Arduino Board and MATLAB". (analog, arduino, motor)

example_io.m

example_mot.m

image thumbnail

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

TabPanel Constructor v2.8 (2010) by Elmar Tarajan

TabPanel Constructor offers the easiest way for creating of tabpanels in MATLAB! (constructor, example, gui)

image thumbnail

updated 3 years ago

fdep: a pedestrian function dependencies finder by us

FDEP dissects ML files and iteratively looks for all user defined functions used during runtime (nested, path, files)

fdep.m

r=tfdep3(varargin)

tfdep1

image thumbnail

updated 3 years ago

Mesh2Tetra by Dirk-Jan Kroon

Convert a closed triangulated mesh to a tetrahedron volume ( like constrained Delaunay ) (delaunaytri, object, delaunayn)

C=PointToClosestPointOnPlane(A,B,C,P)

Faces=GetRemainingFaces(T,F,V)

InsidePoints3D(V,F)

image thumbnail

updated 3 years ago

Cell Array Mimic by Will

This is a class which mimics a cell array by implementing several cell array functions. (demo, class, cell array)

CAindex

testCAindex.m

image thumbnail

updated 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

vsize: a pedestrian variable decoder by us

VSIZE determines the full anatomy for named or unnamed variables of any depth and complexity (whos, ndims, size)

[p,par]=vsize(varargin)

image thumbnail

updated 3 years ago

Extract Red Objects from Aerial Image by Husam Aldahiyat

A very simple and short example on image processing. (aerial, object, image)

redcars

image thumbnail

updated 3 years ago

3D colored line plot by Georg Stillfried

Plot 3D lines with CData, (actually surface) (3d, color line, plot3)

color_line3(x, y, z, c, varargin)

image thumbnail

updated almost 4 years ago

Clone Handle Object - using MATLAB OOP by Bobby Nedelkovski

How to clone an object (deep copy) which inherits reference behaviour from the 'handle' class. (clone, copy, object oriented progr...)

HOW TO CREATE A COPY OF A HANDLES OBJECT

TestClass

image thumbnail

updated 4 years ago

3D mouse support using classes and events by Nick Clark

event driven object oriented support for 3dconnexions device package (3d, 3d connexions, design)

mouse3D.mouse3Ddrv

mouse3D.mouse3DfigCtrl

mouse3D.mouse3Dmonitor

image thumbnail

updated 4 years ago

cprintf: a pedestrian ND array formatting and display utility by us

cprintf converts an ND array or ND cell array to a 2D character array and - optionally - a table (string, fprintf, array)

cphelp(varargin)

varargout=cprintf(varargin)

cpdoc.m

image thumbnail

updated 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

Contact us