Search SERC
Information Type Show all
Subject
Location Show all
- Activities 32 matches
Teaching Computation with MATLAB > MATLAB Workshop October 2021
Results 1 - 10 of 32 matches
Conduction and Convection in a Fin of Uniform Cross Section part of Teaching Computation with MATLAB:MATLAB Workshop October 2021:Activities
Conduction and convection are two important modes of heat transfer. To understand the mechanisms of these two types of heat transfer processes, we study the temperature distribution in a fin of uniform cross ...
Learn more about this review process.
Example Bisection Method Problem in MATLAB Grader part of Teaching Computation with MATLAB:MATLAB Workshop October 2021:Activities
Here's an example of a text book problem in Numerical Methods that was converted to a MATLAB Grader assignment to assess students in a more automated and interactive way. Other problems can be modeled and ...
Learn more about this review process.
Exploring hypothesis-driven research using Arduino boards and Matlab part of Teaching Computation with MATLAB:MATLAB Workshop October 2021:Activities
In this activity, students explore hypothesis-driven research through the development of an experiment using Arduino Uno style microcontroller boards and Matlab. This project encourages students to develop a ...
Learn more about this review process.
Guess the Number Game part of Teaching Computation with MATLAB:MATLAB Workshop October 2021:Activities
The purpose of this activity is for students to practice the concepts listed below by writing code that simulates a guessing game between friends. Keywords: Loops, Random numbers, Programmer Defined Functions, ...
Learn more about this review process.
Numerical Differentiation for Chemical Engineers part of Teaching Computation with MATLAB:MATLAB Workshop October 2021:Activities
In this activity students learn to apply appropriate numerical differentation formulas to non-uniformly spaced data. The concept is applied to a chemical engineering problem where the goal is to measure how the ...
Static stability: mechanisms and prestress modes part of Teaching Computation with MATLAB:MATLAB Workshop October 2021:Activities
Summary: The assignment is about detecting structural stability in a 3D truss by applying linear algebra concepts such as rank, column-space and null-space of a matrix. Outcomes: * Students should learn linear ...
Learn more about this review process.
Random Walks in the Plane part of Teaching Computation with MATLAB:MATLAB Workshop October 2021:Activities
This in-class demonstration shows how to use the built-in random number generators to simulate and visualize two-dimensional random walks in the xy-plane, and begins to study the distribution of distances from the ...
Forced Response with Coulomb Damping part of Teaching Computation with MATLAB:MATLAB Workshop October 2021:Activities
Students determine and plot the response of a vibrating system under a harmonic excitation force, in the presence of Coulomb Damping. The assignment requires students to solve a 2nd order differential equation ...
Image classification: cats vs. dogs part of Teaching Computation with MATLAB:MATLAB Workshop October 2021:Activities
In this project you will design and implement a deep learning solution for image classification based on images of cats and dogs.
Electrical Circuit Virtual Lab part of Teaching Computation with MATLAB:MATLAB Workshop October 2021:Activities
The students are introduced to design/implementation, testing and verification Electric Circuit problem using MATLAB Simulink Simscape and Live Scripts to understand the concept better. This will increase the ...