Nexus Nexus - MATLAB Compatible Computing Platform

Version 1.12.0

Recursion Regression Fix 2025-01-18

Fixed recursion regression in v1.11 by restoring builtin() for DynamicProperties access

๐Ÿ“‹ Features

  • Fixed infinite recursion in dynamicprops by using builtin() for DynamicProperties access
  • All previous v1.11 features

๐Ÿ“ฅ 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')"