Releases: lmendo/MATL
Releases · lmendo/MATL
11.0.3
11.0.2
Various improvements (see description)
- Null assignment (
x(...)=[]
) with a single index is now possible with function(
- Added functions to simplify indexing rows of columns of 2D arrays:
Y)
,Z)
for reference indexing;Y(
,Z(
for assignment indexing. The latter allow null assignment with a single index. - Added function
conv2(...,'valid')
(Z+
) cumsum
,cumprod
now allow char input- Renamed functions "linearize array", "comma-separated list",
gallery
- Octave compatibility for
diff
andmod
with char input - Octave compatibility with
repelem
(thanks, @beaker!) - Fixed incorrect
<strong>
...</strong>
tags in Octave
10.2.2
Bug corrected. Compiled file was sometimes being deleted before running it
10.2.1 Corrected a bug that deleted compiled file before attempting to run it
10.2.0
10.1.0
Avoid unwanted output from vpa, second try
10.0.3 Avoid unwanted text from vpa, second try
10.0.2
Removed unwanted text from `vpa` in Octave
10.0.1 Remove unwanted text from `vpa` in Octave