Setting up MATLAB for this book¶
The book relies only on base MATLAB (no Toolboxes). The code requires MATLAB R2023b or later.
Installation¶
- To install in MATLAB Online, you can click this button:
- To install the functions locally, you can download the latest
mltbx
file from the releases page. Double-click the file, or load it in to the MATLAB Add-On Manager. - The old-school way is to download a source code zip file from the releases page and unpack it somewhere on your computer. Then add its top-level directory to your MATLAB path by using the
addpath
command or thepathtool
GUI.