image thumbnail

updated 22 days ago

regexpHelper by Tom Gaudette

Helper app designed for testing regexp patterns on text. (gui, regexp, teaching)

regexpHelper

image thumbnail

updated 8 months ago

Count Loops in a Graph by Joseph Kirk

Calculates the number of loops in a graph consisting of nodes and edges (graphs, networks, cycles)

Count Loops in a Graph

details()

loops_gui(cmd)

image thumbnail

updated 9 months ago

Teaching Numerical Gradients and Hessians by Brendan Wood

Simple, well-commented Matlab code to demonstrate how to take numerical derivatives and Hessians. (teaching, learning, derivative)

fun(X, NFV)

num_grad(func, X, NFV, h)

num_hess(func, X, NFV, h)

image thumbnail

updated 1 year ago

MATLAB Support Package for Finch Robot by Tom Gaudette

MATLAB connectivity code to a Finch Robot (programming, teaching, robotics)

Finch

finchComm

mFinch

image thumbnail

updated 1 year ago

Extended Brookshear Machine emulator and assembler by David Young

Emulator and assembler for a simple computer, a teaching aid for computer science courses. (machine code, assembler, gui)

Extended Brookshear Machine Assembler

Extended Brookshear Machine Emulator

assembler(file)

image thumbnail

updated 1 year ago

iPower: Interactive Power Spectrum Demonstrator, Version 2 by Tom O'Haver

Keyboard-controlled self-contained interactive power spectrum demonstrator with sound output. (audio, measurement, signal processing)

ipower

image thumbnail

updated 2 years ago

Yet another arithmetic coding example by Samuel Cheng

A simple arithmetic coder that I used it in class. (arithmetic coding, pedagogic, teaching)

num=bin_frac(list)

r=compute_range(ranges,list)

arith_code

image thumbnail

updated 2 years ago

Teaching Math and Physics with Symbolic Math Toolbox by Dan Doherty

Learn how symbolic computation can be used to teach concepts and solve problems in Math and Physics (mupad, symbolic math toolbox, calculus)

image thumbnail

updated 2 years ago

Animated Double Pendulum by Alexander Erlich

Show animation of the double pendulum's (mostly) chaotic behavior. (animation, potw, lagrange)

double_pendulum(ivp, duration, fps, movie)

double_pendulum_ODE(t,x)

double_pendulum_init.m

image thumbnail

updated 3 years ago

MATLAB para Ensino by Elia Matsumoto

Slides and demo files from the webinar "MATLAB for Teaching' (Portuguese). (portugues, matlab, webinar)

introducao_matlab

pendulo_de_mola

ajuste_oscilacao_x(time,new_x_oscillations)

image thumbnail

updated 3 years ago

Simulink for Teaching Signal Processing Courses by Kirtan Modi

The examples provided in this file can be used to teach signal processing courses. (signal processing exa..., education, signal processing)

generate_rect.m

generate_triangle.m

myRect.m

image thumbnail

updated almost 4 years ago

Area Under A Curve by Vaishali Shrivastava

Visualization of the area under a curve (integration, educational, teaching)

Area_Under_A_Curve(varargin)

setup.m

image thumbnail

updated almost 4 years ago

2d gas simulation interactive by Maxim Vedenyov

It is possible to move balls with mouse. Clicked ball will get velocity of pointer. (balls, education, simulation)

acc

ar

au

image thumbnail

updated almost 4 years ago

Watt Linkage Animation by Dmitry Savransky

Solve the equations of motion for, and animate an arbitrary 3 bar Watt Linkage. (demo, simulation, modeling)

wattLinkage(n,npathpoints,lengths,omega)

image thumbnail

updated 4 years ago

Ballistics problem GUI by Maxim Vedenyov

Ballistics problem GUI with changible inital angle, velocity, air drag, horizontal wind (ballistics, gui, education)

ballist_prob(varargin)

ballistics_problem.m

image thumbnail

updated 4 years ago

EasyGUI by Gautam Vallabha

EasyGUI ver 1.0 -- Build GUIs quickly and easily in MATLAB (data acquisition gui, classroom, data logger)

autodemo

autodemo2

autodemo3

image thumbnail

updated almost 5 years ago

Classical_Mechanics_with_Matlab_applications_JEH.zip by Javier Hasbun

Applications from the text: Classical Mechanics with Matlab applications by Javier E Hasbun, Jones & (physics, classical mechanics, teaching)

[xf,fval,exitflag,iters]=mmfsolve(varargin)

binary1_der( t, w, flag,c,m1,m2)

central_der( t, w, flag,a,L,m,p)

Contact us