Review of the Methods of Statics
In this post, we briefly revise the basic principles of statics and we apply them to compute the reaction forces of a beam. We revise …
In this post, we briefly revise the basic principles of statics and we apply them to compute the reaction forces of a beam. We revise …
In this numerical linear algebra and Python tutorial, we explain how to define matrices and how to perform basic matrix operations in Python using the …
Introduction In this post and tutorial, we provide an introduction to Subspace Identification (SI) methods and we develop codes that can be used to effectively …
In this post, we explain how to simulate a model reference adaptive controller in MATLAB. The motivation for creating this post comes from the fact …
In this post, we explain how to interpolate function values in MATLAB. The goal is to generate function values at predefined coarse-spaced points and then …
In this post, we explain how to simulate Ordinary Differential Equations (ODEs) with time-varying coefficients and time-varying inputs in MATLAB. Consider an ODE, given by …
One of the first problems that we need to solve when designing a control system is to determine allowable values of controller parameters such that …
In this post, we explain how to decompose a time series into trend and seasonal (periodic) components. The decomposition step is necessary in order to …
The Verrazzano-Narrows Bridge is a bridge connecting two of New York City’s boroughs: Staten Island and Brooklyn. According to the Wikipedia page, its total length …
In this post, we provide a short introduction to the method of least squares. This method serves as the basis of many estimation and control …