Hi, what do you want to do?
APMonitor
Microsoft Excel Solver for Engineering Optimization
Excel Solver is a powerful tool for engineering optimization. This tutorial shows how to solve a simple benchmark problem with an objective function, inequality constraint, and an equality constraint.
APMonitor
Arduino TCLab for Engineering Education
The Temperature Control Lab is a plug-and-play Arduino device to teach programming, heat transfer, machine learning, data science, process dynamics, and control with real data. Two heaters and an LED are adjusted...
APMonitor
Introduction to Python Classes
Python classes are collections of variables and functions. Instances of the class can be initialized and customized to store properties, data, or use methods that belong to the class and instance. The tutorial concludes with an example...
APMonitor
Loops in Python
Loops such as "for" and "while" in Python are blocks of code that repeat a sequence of commands. They can be repeated a set number of times or repeatedly until a condition is met. The individual loop cycle can be skipped with a continue...
SWPictures
Bangladesh: Treating & Preventing Diarrhoea
Treating and preventing diarrhoea is a great challenge in Bangladesh. In Matlab, a rural area in Bangladesh, approximately 20,000 people suffering from diarrhoea are admitted to the main hospital every year. Most of those admitted come...
Zach Star
How To Write a Resume (For College Students)
In this video I go over how to write a resume, specifically for those in college. When you are new to college and trying to already apply for jobs and internships, you may be...
Other
Matlab: Understanding Control Systems, Part 2: Feedback Control Systems
Explore introductory examples to learn about the basics of feedback control systems. Learn how feedback control is used to automate processes, and discover how it deals with system variations and unexpected environmental changes. The...