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…