Teaching Activities
Resource Type: Activities
Results 1 - 10 of 33 matches
Dimensional Analysis and Flow Visualization Using MATLAB
Kianoosh Yousefi, The University of Texas at Dallas
In this MATLAB-based activity, students develop two general computational modules, one for automated dimensional analysis using the Buckingham π theorem, and another for streamline and pathline visualization for ...
Subject: Engineering
Learn more about this review process.
ERP Peak Detective: Introduction to Event-Related Potential Analysis with MATLAB
Brian Rivera, Saint Olaf College
This scaffolded laboratory activity introduces students with minimal programming experience to Event-Related Potential (ERP) analysis using MATLAB. Students progress from interactive visual exploration of neural ...
Subject: Biology, Health Sciences
Learn more about this review process.
Example False position Method Problem in MATLAB Live Script
Adrian Quesada Martinez, Instituto Tecnologico de Costa Rica
Interactive MATLAB activity to implement and analyze the False Position Method (Regula Falsi) for finding roots of nonlinear equations. Includes theoretical introduction, step-by-step graphical visualization, ...
Subject: Engineering, Mathematics
Learn more about this review process.
Bottle Design via MATLAB with Volume and Surface Area
Bree Ettinger, Emory University
In this activity, students design a bottle silhouette using parametric splines in MATLAB and compute its volume and surface area using numerical integration. The project connects numerical methods and computation ...
Subject: Mathematics
Learn more about this review process.
Data Representation in MATLAB: From Raw Data to Insight
Ray Senior, University of Technology, Jamaica
This activity is a hands-on computational lab where students import, validate, inspect, and visualize three heterogeneous data types (spreadsheets, audio, images) to discover MATLAB's unified array-based data ...
Subject: Engineering, Computer Science, Mathematics
Learn more about this review process.
Collatz Conjecture
Namyong Lee, Minnesota State University-Mankato
One of the essences in mathematics is finding patterns. This lab project allows students to explore mathematical conjecture through computer coding (mainly by the generative AI) and experimentation (by students). ...
Subject: Mathematics
MATLAB Chatbot for Code Interview Practice
Bobby Hodgkinson, University of Colorado at Boulder
This activity uses the MATLAB Chatbot to simulate a short code interview, giving students practice in explaining, analyzing, and reasoning about entry-level MATLAB programs. Students review either provided code or ...
Subject: Engineering, Computer Science
Simulating a parachute fall
Richard Goldberg, University of North Carolina at Chapel Hill
In this activity, students will simulate a falling parachute. The overall goal is to determine the parachute diameter needed to have a "safe landing" at a reasonable terminal velocity. In order to ...
Subject: Physics, Engineering
System Identification and LQR Controller for Propeller Operated Balancing Beam (Bi-Copter)
Eniko Enikov, The University of Arizona
This laboratory experience illustrates the complete cycle of feedback controller design by extracting a linear model of an open-loop system, designing a controller, and testing the closed-loop response. ...
Subject: Engineering
Exploring Dual-Tone Multi-Frequency (DTMF) Signal Generation Using MATLAB
Wardlan Borah, University of Technology, Jamaica
This activity introduces students to the generation of dual-tone multi-frequency (DTMF) signals, which are the tones produced when pressing keys on a telephone keypad. Students will implement code in MATLAB to ...
Subject: Engineering, Computer Science