Releases: lmendo/MATL
Added `ZE`. Added `bwselect` with 4 inputs (`5ZI`). `Defined `&` for `XM`. Corrections
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
Modified Zr
's help. Other than that, same as previous release
Same as release 22.7.2
Testing webhook
Patched `bwselect`
It gives different results from Matlab, at least in Octave's Image Package 2.12.0
22.7.1
Added `bwselect`
Added bwselect
(only 4-input version) to ZI
Added predefined literals to Y4
Several additions
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`
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
- 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