The MATLAB Blog

Practical Advice for People on the Leading Edge

Posts 1 - 10 of 16

結果: MATLAB Programming Language

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 19

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 12

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.... 続きを読む >>

The new combinations function in MATLAB – for cartesian products and parameter sweeps 5

I've always been a release notes nerd as I think that you can learn a lot from the raft of enhancements that come with every new release of software like MATLAB. Even before I worked here, when a new... 続きを読む >>

Which MATLAB Optimization functions can solve my problem? 1

The solvers function from Optimization toolbox is one of my favourite enhancements of R2022b because it helps improve my knowledge of which algorithms can solve my problems. Solving Rosenbrock with... 続きを読む >>

Posts 1 - 10 of 16