Miscellaneous

This video describes how to construct unstructured grids consisting of simplices or general polyhedral cells.


This video describes how you can use MRST to construct Cartesian and rectilinear grids for rectangular and non-rectangular domains and show how you can populate your grid with petrophysical properties.


Video recording from the MRST Symposium 2021.


In this livestream, Ed Marquez and Connell D’Souza walk you through the fundamentals of using Simulink.


Table arrays store column-oriented or tabular data, such as columns from a text file or spreadsheet. Tables store each piece of column-oriented data in a variable. Table variables can have different data types and sizes as long as all variables have the same number of rows. In this session, Heather uses examples to outline the syntax and functions for working with tables in MATLAB.


Learn how you can use MATLAB and Python integration to improve the compatibility and usability of your code.


This intuitive introduction shows the mathematics behind the Z-transform and compares it to its similar cousin, the discrete-time Fourier transform. Mathematically, the Z-transform is straightforward—it’s just a bunch of multiplications and additions, and you’ll learn how to solve an equation for a few different signals. However, understanding how to solve a Z-transform equation isn’t as important as understanding why the math is the way it is. Therefore, the majority of this tech talk discusses what you are actually doing when you take the Z-transform of a signal.


Applied Digital Signal Processing at Drexel University: In this video are introduced the z-Domain and the z-Transform, which provide key insights for DSP and an intuitive approach to filter design.