1. Introduction to Time Series Analysis in Python
This is our first post in a series of posts on time series analysis in Python. In this post, we explain how to generate random …
This is our first post in a series of posts on time series analysis in Python. In this post, we explain how to generate random …
General remarks On the first page of your exam, clearly write your name, your student ID number, and the name of the class (ENS100). You …
In this post, we explain basic principles of feedback control method. The video accompanying this post is given below. In our previous post (see this …
1.) Write a working MATLAB code that will compute the solution of the following nonlinear equation: (1) using the MATLAB fsolve() function. 2.) Using …
In this post, we introduce an open-loop control approach. We also introduce MATLAB codes that can be used to simulate the dynamics of a system …
In this post, we explain how to convert thermistor readings into temperatures. We use a least-squares method and we give a MATLAB code. We explain …
A cylindrical reservoir (tank) with an outlet pipe is shown below. The initial liquid level in the reservoir is . The diameter of the pipe …
General remarks You need to explain the complete procedure that you used to solve the problem. Final answers without the explained procedure will count 0 …
Consider the system shown in figure below Assume that and . Determine 1. Reaction forces2. Moment diagrams3. Assuming a circular cross-section with a diameter of …
We can describe a linear system dynamics using differential equations or using transfer functions. In this post, we will learn how to 1.) Transform an …