Skip to content

Releases: lmendo/MATL

Added `ZE`. Added `bwselect` with 4 inputs (`5ZI`). `Defined `&` for `XM`. Corrections

14 Dec 23:35
Compare
Choose a tag to compare

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!

Modified `Zr`'s help

26 Sep 09:36
Compare
Choose a tag to compare

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

Same as release 22.7.2

22 Sep 14:37
Compare
Choose a tag to compare

Testing webhook

Patched `bwselect`

22 Sep 11:51
Compare
Choose a tag to compare
It gives different results from Matlab, at least in Octave's Image Package 2.12.0

22.7.1

21 Sep 19:02
Compare
Choose a tag to compare

Same as 22.7.0. Testing the updated webhook

Added `bwselect`

20 Sep 19:46
Compare
Choose a tag to compare

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

Several additions

15 Mar 20:47
Compare
Choose a tag to compare

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

Several additions and fixes

Various improvements and modifications to `Y"`, `Zv`, `YQ` and `ZG`

16 Dec 22:04
Compare
Choose a tag to compare

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

Various improvements

08 Aug 23:06
Compare
Choose a tag to compare
  • 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