bio_img_matlab

The MATLAB Blog

Practical Advice for People on the Leading Edge

Posts 1 - 10 of 18

結果: MATLAB Programming Language

MATLAB R2025a has been released – What’s new? 20

As the first version following MathWorks' 40th anniversary in 2024, MATLAB R2025a is probably the biggest release I've ever experienced as both a user and a MathWorker. The breadth and depth of... 続きを読む >>

Parallel computing in MATLAB: Have you tried ThreadPools yet? 23

Give ThreadPool a tryIf you have some parallel MATLAB code and want to try something that may make it go faster then I suggest opening your Parallel pool as follows before running your... 続きを読む >>

MATLAB now has over 1,000 functions that Just Work on NVIDIA GPUs 9

GPU support in MATLAB started in R2010bBack in R2010b, the first GPU enabled functions were made available in MATLAB via Parallel Computing Toolbox. The idea was then, as it is now, to overload... 続きを読む >>

Teaching MATLAB at the 2024 EUMaster4HPC High Performance Computing Summer School 3

I think that MATLAB is a great platform on which to do High Performance Computing (HPC) and take any opportunity I can to teach or demonstrate this. Such an opportunity came up recently when I was... 続きを読む >>

Faster Ordinary Differential Equations (ODEs) solvers and Sensitivity Analysis of Parameters: Introducing SUNDIALS support in MATLAB 25

Sensitivity analysis of CARRGO model

Late last year I introduced the new solution framework for solving Ordinary Differential Equations (ODEs) that made its debut in MATLAB R2023b. I demonstrated how it allowed users to do all kinds of... 続きを読む >>

How we made a better backslash in MATLAB R2024a 4

Few things say 'MATLAB' better than the backslash. So good, we put it on a T-shirt.As most people will be aware, the backslash operator solves a system of linear equations. That is, it finds the x... 続きを読む >>

Using AI to help write MATLAB code – The MATLAB AI Chat Playground 6

Along with almost everyone who works in software development, I’ve recently been exploring how to integrate AI systems in my day-to-day work. In a MATLAB context, my appetite was whetted by the... 続きを読む >>

The new solution framework for Ordinary Differential Equations (ODEs) in MATLAB R2023b 14

Along with linear algebra, one of the iconic features of MATLAB in my mind is how it handles ordinary differential equations (ODEs). ODEs have been part of MATLAB almost since the very beginning.One... 続きを読む >>

Partial sorting in MATLAB 5

I was recently working with a researcher who had to sort arrays of double precision numbers thousands of times. In his application, however, he didn't need the full sorted list. He only wanted the... 続きを読む >>

MathWorks releases Best Practices for MATLAB Toolbox development 3

Research computing can be a messy affair and, for me at least, it often looks like the following. First, there is the exploration phase where you often have no strong idea about what you are doing.... 続きを読む >>

Posts 1 - 10 of 18