Search SERC
Information Type Show all
Activity > Classroom Activity
137 matchesSubject
Location Show all
- MATLAB Workshop 2024 18 matches
- MATLAB Workshop 2023 10 matches
- Taller con MATLAB Septiembre 2023 22 matches
- MATLAB Workshop October 2022 13 matches
- MATLAB Workshop Dec 2021 6 matches
- MATLAB Workshop October 2021 13 matches
- MATLAB Workshop 2020 13 matches
- MATLAB Workshop 2019 15 matches
- MATLAB Workshop 2018 15 matches
- MATLAB Workshop 2017 1 match
- MATLAB Workshop 2016 7 matches
- Teaching with MATLAB 2015 4 matches
Teaching Computation with MATLAB
Results 1 - 10 of 137 matches
Using Regression Models to make Predictions part of Teaching Computation with MATLAB:MATLAB Workshop 2019:Activities
This activity introduces students to prediction and confidence intervals for a simple linear regression model using a MATLAB Live Script. To draw a connection to confidence intervals for an unknown population mean, ...
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.
Introduction to MATLAB for Oceanographic Data part of Teaching Computation with MATLAB:MATLAB Workshop 2019:Activities
This activity introduces students to loading and plotting data in MATLAB. Students explore scalar and vector time series and profile data commonly used in the field of Oceanography using data sets from publicly ...
Learn more about this review process.
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 ...
Data Processing with MATLAB: Formation Energies of Titanium Oxides part of Teaching Computation with MATLAB:MATLAB Workshop 2020:Activities
Titanium dioxide (TiO2) is an extremely common chemical substance and finds uses ranging from serving as a pigment for white paint, sunscreen and even toothpaste, to serving as a photosensitizer in waste water ...
Learn more about this review process.
Solving the 1D Schrodinger Equation part of Teaching Computation with MATLAB:MATLAB Workshop 2020:Activities
In this activity, students will explore 1-dimensional solutions to the time-independent Schrodinger equation. Students will utilize a provided MATLAB live script to determine exact energy values for two different ...
Learn more about this review process.
Introduction to hydrologic model calibration part of Teaching Computation with MATLAB:MATLAB Workshop 2019:Activities
In this exercise, we introduce the concept of model calibration for rainfall-runoff models. We specifically employ a synthetic precipitation data as input to the hydrologic model to generate synthetic runoff. The ...
Learn more about this review process.
Battleship part of Teaching Computation with MATLAB:MATLAB Workshop 2023:Activities
This activity aims to engage students in a low-stakes activity to build confidence and review basic topics including indexing matrices and vectors, extracting data from a matrix, operating on data from a matrix, ...
Learn more about this review process.
Introduction to Analysis of Variance (ANOVA) part of Teaching Computation with MATLAB:MATLAB Workshop 2018:Activities
This activity introduces graduate-level students to one-way (single-factor) analysis of variance (ANOVA). The students are familiar with MATLAB, but have little-to-no experience with ANOVA. The activity is ...