Skip to content

Releases: lmendo/MATL

11.0.3

29 Jan 23:23
Compare
Choose a tag to compare

Bug corrected in G and M functions

11.0.2

29 Jan 19:29
Compare
Choose a tag to compare
  • Corrected a bug in nchoosek's modified function for Octave
  • colon function for compatibility with old Octave versions
  • Table of functions for easy reference

Various improvements (see description)

28 Jan 16:49
Compare
Choose a tag to compare
  • 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 and mod with char input
  • Octave compatibility with repelem (thanks, @beaker!)
  • Fixed incorrect <strong>...</strong> tags in Octave

10.2.2

25 Jan 01:23
Compare
Choose a tag to compare
Compiled file is now deleted initially only if it existed

Bug corrected. Compiled file was sometimes being deleted before running it

25 Jan 01:00
Compare
Choose a tag to compare
10.2.1

Corrected a bug that deleted compiled file before attempting to run it

10.2.0

24 Jan 23:02
Compare
Choose a tag to compare
  • Octave compatibility for ismember with mixed numeric/char inputs
  • Improved compatibility with older Octave versions
  • Automatic clipboard G now allows end-based addressing

10.1.0

19 Jan 19:51
Compare
Choose a tag to compare
  • Added all(...,1) and any(...,1) functions
  • Added ternary "if" with literals
  • Added 'omitnan' option for sum and mean in Octave
  • Removed code that unsuccessfully attempted to hide Octave's symbolic package warm-up messages

Avoid unwanted output from vpa, second try

18 Jan 12:47
Compare
Choose a tag to compare
10.0.3

Avoid unwanted text from vpa, second try

10.0.2

18 Jan 01:24
Compare
Choose a tag to compare
Added description of changes for `vpa` in Octave

Removed unwanted text from `vpa` in Octave

18 Jan 01:11
Compare
Choose a tag to compare
10.0.1

Remove unwanted text from `vpa` in Octave