image thumbnail

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

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)

tfdep2.m

fdep.m

r=tfdep3(varargin)

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)

stripCComments.m

test_ber.m

[BER, errors]=btint(varargin)

image thumbnail

updated 4 months ago

draggable by Francois Bouffard

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

dragdemo.m

draggable(h,varargin)

image thumbnail

updated 8 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, inheritance, automotive)

start.m

map

tLamps % trafficLamp

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)

main.m

base_station

mobile_station

image thumbnail

updated 8 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)

m510.m

m571.m

m573.m

image thumbnail

updated almost 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)

cpdoc.m

cphelp(varargin)

varargout=cprintf(varargin)

image thumbnail

updated almost 3 years ago

Mesh2Tetra by Dirk-Jan Kroon

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

compile_c_files.m

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

Faces=GetRemainingFaces(T,F,V)

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)

jamesClock.m

clockColon

clockSegment

image thumbnail

updated almost 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)

demo.m

mouse3D.mouse3Ddrv

mouse3D.mouse3DfigCtrl

image thumbnail

updated 2 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)

inheritance_dummy_example.m

inheritanceexample.m

classInheritance.Tree

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

lecture_4_mmcd.m

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

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

image thumbnail

updated 4 years ago

Developing a Financial Market Index Tracker using MATLAB OOP and Genetic Algorithms by Mark Hoyle

Files used in the webinar of the same name (finance, modeling, analysis)

Batch_Run.m

Batch_Run_Results.m

DemoSetup.m

image thumbnail

updated 1 year ago

Interactive curve class by Maxim Vedenyov

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

example1.m

example2.m

example4(varargin)

image thumbnail

updated almost 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)

testCAindex.m

CAindex

image thumbnail

updated 11 months 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

Contact us