Displaying Flatfield Spectra from EnMAP Hyperspectral Images with MATLAB

On April 1, 2022, a satellite was launched as part of the German Environmental Mapping and Analysis Program (EnMAP) to collect hyperspectral data, which can be obtained free of charge. Here is a MATLAB script to import and display the data and display the spectra of single pixels selected from an EnMAP image.

Continue reading “Displaying Flatfield Spectra from EnMAP Hyperspectral Images with MATLAB”

An Artificial Neural Network with Backpropagation in 6 Steps

Artificial neural networks (ANNs) have been used for quite some time to identify, for example, flowers in easy-to-use apps on smartphones. They have been, however, the focus of great attention since the introduction of generative artificial intelligence chatbots like OpenAI’s ChatGPT. Here is the MATLAB and Python code of an artificial neural network with backpropagation in 6 Steps.

Continue reading “An Artificial Neural Network with Backpropagation in 6 Steps”

Capturing Spectral Images with the new MAPIR Survey3 Camera

Thanks to the ongoing support of MathWorks Inc. through their Curriculum Development Program, I was able to purchase two additional spectral cameras. The MAPIR Survey2 cameras are no longer available. They have been replaced by the Survey3, which has slightly different features. Here is an example of how to import and process the RAW images in MATLAB.
Continue reading “Capturing Spectral Images with the new MAPIR Survey3 Camera”

Creating Animated 3D Objects with MATLAB

Ever since the introduction of electronic devices with touch controls, interactive 3D graphics objects have become increasingly popular in multimedia electronic books (ebooks). The Lidar Toolbox and the Computer Vision Toolbox from MathWorks provide the necessary tools for creating and exporting 3D graphics objects for inclusion in documents such as multimedia ebooks, interactive websites, and presentations (MathWorks 2025a, b).

Continue reading “Creating Animated 3D Objects with MATLAB”