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 1Unifying MATLAB and Simulink: A User St
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
2022-05-11 - Deep Learning
Want to find the latest pretrained models to use in MATLAB?
Discover MATLAB Deep Learning Model Hub
This is a handy location to see all available deep learning models. You will be able to access models by category, find all sup
2022-05-09 - Stuart’s MATLAB Videos
Here, I add a cell selection callback to a table in one of my MATLAB apps by copying this functionality from another app.
Features covered in this code-along style video include:
App Designer
uitable callbacks
Follow me (@stuartmcga
2022-05-05 - Guy on Simulink
In today's post, I will add features to the framework presented in the previous post to help controlling variants. If you missed the previous posts in this series, here are links:Unifying MATLAB and Simulink: A User Story Part 1
2022-05-05 - The MATLAB Blog
When Apple released the M1 chip, the first version of their new ARM-based processors, in November 2020, it caused a great deal of excitement in the computing world. Naturally, everybody wanted to use all of their favorite applications on th
2022-05-04 - Cleve’s Corner
ContentsThe MovieScalingRubik's RotationsTypesThe MovieHere is a link to "Qube, The Movie", a video made with Qube, my digital Rubik's cube simulator. Mathematically, all of the action is driven by the 3-by-3 matrices on display.ScalingQub
2022-05-03 - Steve on Image Processing with MATLAB
I'm still playing around with RGB gamut calculations in $ L^* a^* b^* $ space. (See my last post on this topic, "Visualizing out-of-gamut colors in a Lab curve.") Today's post features some new gamut-related visualizations, plus some comput
2022-05-03 - The MATLAB Blog
In the last post of her long running blog, 'Loren on the Art of MATLAB', Loren Shure mentioned that I'd be continuing the MathWorks tradition of blogging about MATLAB. So here I am and here is the new, imaginatively titled 'The MATLAB blog
2022-05-02 - Student Lounge
Today's guest post is Part 2 of 2 with Brandon Stevens. Brandon is a ECE graduate student who serves as the Propulsion Controls and Modeling lead for the University of Alabama (UA) EcoCAR Mobility Challenge team. This competition challenge
2022-04-30 - File Exchange Pick of the Week
Jiro's Pick this week is Publishing tool for MATLAB® live script to WordPress by my colleague Cheng Chen.I do two different kinds of "coding". I code to create reusable functions, and I code to solve particular problems.... read more >&g
2022-04-28 - Guy on Simulink
In my previous post, I described how to parameterize a Simulink model using MATLAB objects. To be honest, there is nothing magic or revolutionary to that in itself. The reason why I decided to cover this topic in a series of posts is becaus
2022-04-27 - Stuart’s MATLAB Videos
While trying to troubleshoot another bug, which I couldn't reproduce, I found something else I want to fix. I have a number of data files in my MATLAB project subfolders that the code in each subfolder needs to access. Out of habit, I norma