Is it possible to execute a MATLAB program without MATLAB software?
Solution 1:
Try GNU Octave, it say's "it strives for exact compatibility, so many of your projects developed for MATLAB may run in Octave" https://www.gnu.org/software/octave/
To install it, open a terminal and enter the command
sudo apt install octave