Wed, 19 May 2021 https://blogs.mathworks.com/racing-lounge/?p=5700&s_tid=feedtopost
Racing Lounge
Roll Center Calculator App with MATLAB App Designer
Nice to meet you, I am Nobu the technical lead for Formula SAE Japan.
The other day, I created an app for Formula Student teams that automatically calculates the position of the roll center using MATLAB's App Designer. This app enables teams to modify…
The other day, I created an app for Formula Student teams that automatically calculates the position of the roll center using MATLAB's App Designer. This app enables teams to modify…
Thu, 20 May 2021 https://blogs.mathworks.com/startups/?p=172&s_tid=feedtopost
Startups, Accelerators, & Entrepreneurs
MATLAB for Startups – Notes from a founder with You Wu
You Wu is currently the Robotics and Autonomous System Industry Manager at MathWorks where he works on strategies to expand MathWorks products’ usage among robotics developers. Unforeseen, I met You a few years ago when he was operating under a different…
Thu, 20 May 2021 https://blogs.mathworks.com/loren/?p=4200&s_tid=feedtopost
Loren on the Art of MATLAB
How Long Does My Beard Grow in a Week?
A mind-bending tale of adventure. A mildly distasteful yarn.Today's guest blogger is Rob Holt, who works at MathWorks in Natick, Massachusetts.Rob currently serves as the Manager for Biological Sciences at MathWorks. He is a coordinator and collaborator…
Fri, 21 May 2021 https://blogs.mathworks.com/deep-learning/?p=6584&s_tid=feedtopost
Deep Learning
Deep Learning Based Surrogate Models
Today’s guest blogger is Shyam Keshavmurthy, Application Engineer focused on AI applications, here to talk about Surrogate Models.
Background
System modeling is used in applications such as electric vehicles and energy systems, and plays a pivotal role…
Background
System modeling is used in applications such as electric vehicles and energy systems, and plays a pivotal role…
Mon, 24 May 2021 https://blogs.mathworks.com/pick/?p=12304&s_tid=feedtopost
File Exchange Pick of the Week
Face Detection with Deep Learning
Brett's Pick this week is MTCNN Face Detection, by Justin Pinkney, a MathWorks colleague from our Consulting Department.We have provided the functionality to detect faces using MathWorks' tools since 2012. Our face detectors, which live in the Computer Vision…
Tue, 19 Nov 2024 https://blogs.mathworks.com/community/?p=10053&s_tid=feedtopost
MATLAB Community
The New MathWorks Merch Shop
Hey, you know what's fun? Laptop stickers are fun. I'm not sure why, but laptop stickers have a jaunty, upbeat spirit that makes your computer smile at the world. And I know what you're thinking: it sure would be cool if you could get your hands on a MATLAB…
Tue, 26 Nov 2024 https://blogs.mathworks.com/finance/?p=1224&s_tid=feedtopost
Quantitative Finance
MathWorks Secures Silver in Chartis RiskTech AI 50 and Excels in Key Categories
We are proud to announce that MathWorks has been ranked second overall in the inaugural Chartis RiskTech AI 50, an independent and highly respected evaluation of the top 50 providers of AI-driven risk and analytics solutions in financial services. MathWorks…
Tue, 03 Dec 2024 https://blogs.mathworks.com/videos/?p=6534&s_tid=feedtopost
Stuart’s MATLAB Videos
Using a MAT-File Object to Save a Variable in Chunks
I need to save a 50GB string variable to a MAT file. I have noticed that when I use the save command, memory usage is increased temporarily, perhaps while making a copy of the variable. To minimize the peak amount of memory I need, I'm going to break up the…
Thu, 05 Dec 2024 https://blogs.mathworks.com/matlab/?p=2904&s_tid=feedtopost
The MATLAB Blog
Numpy in MATLAB
I've been a user of Python for almost as long as I've been a user of MATLAB and am very comfortable with both ecosystems. As such, I have been delighted with the steadily improving interoperability between the two languages. It is extremely easy to call MATLAB…
Sun, 08 Dec 2024 https://blogs.mathworks.com/cleve/?p=12099&s_tid=feedtopost
Cleve’s Corner: Cleve Moler on Mathematics and Computing
Sonic Adds Sound to Logo, Recamán, Chaos
I introduced Sonic in my blog post last month. Today I will use Sonic to add sound to the graphics from three old posts, the vibrating L-shaped membrane, the Recamán sequence and the chaotic behavior of the Swinging Sticks.
Contents
Vibrating L…
Contents
Vibrating L…
Mon, 09 Dec 2024 https://blogs.mathworks.com/student-lounge/?p=11739&s_tid=feedtopost
Student Lounge
Rescue on Mars: RTC Gransee team’s journey in the RoboCup Junior Onstage
In today’s blog, we will talk about the exciting journey of the RTC Gransee team in the RoboCup Junior OnStage Challenge. We'll explore what the challenge entails, learn about the passionate team from Gransee, Germany, and dive into their creative project,
Wed, 11 Dec 2024 https://blogs.mathworks.com/matlab/?p=2937&s_tid=feedtopost
The MATLAB Blog
Solving Higher-Order ODEs in MATLAB
In a comment to last year's introduction to the new ODE solution framework in MATLAB, Ron asked if I could provide an example of using it to solve a 2nd order ODE since most tutorials don't deal with the new syntax. Absolutely I can! So let's start at the…