2022-06-10 - Cleve’s Corner
The Soma Cube brings back memories.ContentsPiet HeinBill McKeemanThe original soma demoA new Soma demoSoftwareUpdatePiet HeinPiet Hein (1905-1996) was an extraordinary Danish inventor, mathematician, poet and philosopher. He invented the
2022-06-08 - Steve on Image Processing with MATLAB
Today's post shows how to use ismember to conveniently locate all of the highest pixel values in an image. For example, in the following Hough transform image, what are the 20 highest values, and where are all the pixels that have those val
2022-06-08 - Startups, Accelerators, & Entrepreneurs
“As an avid outdoorsy person, the idea of losing my mobility and not being able to explore the world is a scary thought,” says Josh Caputo, but this is an unfortunate reality for many people. Empathizing with those dealing with impaired mob
2022-06-07 - Student Lounge
For today's blog post, Veer Alakshendra is happy to host Tom Teasdale from the UPBracing Formula Student team. Tom is here to discuss about the tool that he has developed for tire modeling.
Introduction
This blog post will briefly introduc
2022-06-07 - The MATLAB Blog
Back in late March, Tom Rhys Marshall discovered something about MATLAB’s handling of random numbers that he found both surprising and concerning!
2022-05-27 - Stuart’s MATLAB Videos
Some data in my MATLAB function is not being filtered out as it should be. I will need to determine why, by doing some investigating, stepping through my code and analyzing the variable values at each stage. Will I uncover the cause?
Featu
2022-05-23 - Student Lounge
Hi, everyone! In this blog, we will see how trajectory tracking controllers can be implemented in MATLAB and Simulink to make the vehicle follow a pre-defined path. Before we get started, a big thank you to my amazing colleagues, David Bar
2022-05-19 - The MATLAB Blog
In his article, A short game of Life, Steve Eddins showed us the following few lines of code that impemented Conway's game of life. Steve's version used a 750 x 750 gameboard whereas mine is using 2000 x 2000 because I want something meaty
2022-05-18 - Cleve’s Corner
The matrices in the following animations are at the heart of computer graphics. They describe objects moving in three-dimensional space and are essential to MATLAB's Handle Graphics, to Computer Added Design packages, to Computer Graphics
2022-05-18 - Behind the Headlines
The Milky Way is a hazy, dare I say milky, band of light seen in the night sky. In 1610, Galileo Galilei used his telescope to show the light emanated from individual stars. In 1920, scientists first argued that the Milky Way does not conta
2022-05-16 - Deep Learning
The following post is from Bill Chou, Product Manager for AI Deployment with GPU Coder.
The newest Jetson AGX Orin packs some incredible processing power in a small package and opens doors for running more computationally intensive AI alg
2022-05-13 - Guy on Simulink
In today's post, I continue extending the framework introduced over the past few weeks. If you missed the previous posts in this series, here are links:Unifying MATLAB and Simulink: A User Story Part 1: Parameterizing a model with MATLAB ob
2022-05-12 - The MATLAB Blog
Today, I'm going to focus on three new functions that were added to the MATLAB programming language in R2022a: allfinite, anynan and anymissing. These functions are more concise, and usually faster, than alternative methodsAre all matrix el