Nexus Nexus - MATLAB Compatible Computing Platform

Version 12.0.1

Unit Test Compatibility Release 2026-01-19

Enhanced verifyEqual with AbsTol/RelTol support and feature() function for getpid compatibility

๐Ÿ“‹ Features

  • Enhanced verifyEqual() to support AbsTol and RelTol parameters for tolerance-based comparisons
  • Added feature() function for MATLAB compatibility (supports getpid feature)
  • Enables test_research_pipe_headless_mae to run in Octave
  • Proper implementation of MATLAB unittest framework tolerance parameters
  • All previous features from v1.15

๐Ÿ“ฅ Downloads

โš ๏ธ Installer files are being prepared. Please check back soon.

You can build from source using the instructions in BUILD.md

๐Ÿ”ง Installation

From Installer

  1. Download the appropriate installer for your platform
  2. Run the installer and follow the prompts
  3. Add Octave to your PATH if needed

From Source

./bootstrap
./configure --with-blas=openblas --with-lapack=openblas
make -j$(nproc)
sudo make install

๐Ÿงช Testing

Run the compatibility test suite:

cd test
octave --eval "run('matlab-compat/minimal-release.tst')"