Nexus Nexus - MATLAB Compatible Computing Platform

Version 1.11.0

Protected Access Fix 2025-01-18

Fixed protected access issue for DynamicProperties in dynamicprops class

๐Ÿ“‹ Features

  • Changed DynamicProperties from protected to public in matlab.DynamicProps
  • Simplified @dynamicprops/dynamicprops.m to use direct access instead of builtin()
  • Fixes "protected access" error when accessing dynamic properties
  • Direct access is simpler and avoids recursion issues
  • All dynamic property operations now work without access errors
  • All previous features from v1.10

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