MATL Versions Save

A programming language based on MATLAB and suitable for code golfing

22.8.0

5 months ago

Added ZE: ifftn and ifft

Added bwselect with 4 inputs (5ZI).

Defined & for XM: second output. As suggested by @Suever

Small correction in Y@'s help

Solved issue 11. Thanks to @digital-carver for noticing!

22.7.4

1 year ago

Modified Zr's help. Other than that, same as previous release

22.7.3

1 year ago

Testing webhook

22.7.2

1 year ago

22.7.1

1 year ago

Same as 22.7.0. Testing the updated webhook

22.7.0

1 year ago

Added bwselect (only 4-input version) to ZI Added predefined literals to Y4

22.6.0

2 years ago

Defined & for u

Zv with two inputs now allows the first to be logical

perms with an input array with more than one singleton dimension gives a different result in Octave than in MATLAB (where the result corresponds to linearizing the input). This has been fixed.

ZJ: symbolic-specific functions

22.4.0

3 years ago

Y" with non-scalar inputs beyond the first didn't work on Octave. Now it does

Zv now errors on wrong input(s) (This allows extending it in the future, for example to two string inputs)

YQ now has 2 inputs by default

Added grid and colorbar in ZG

22.3.0

3 years ago
  • Non-vector input in Zr is linearized into a column
  • ZP with 1 input and 1 output: row vector containing all entries below the main diagonal of a matrix
  • Added two predefined literals in Y4
  • Small improvements and corrections in help / doc