Skip to content

Releases: NotMyMajor/MATLAB_samesize

v0.3

Choose a tag to compare

@NotMyMajor NotMyMajor released this 04 Mar 17:16
fe4ca16

Added and documented new optional function argument name/value pair: CustomFiller. CustomFiller allows you to send any 1x1 string, char, integer, float, or double to use as the filler for rows and columns. This is in addition to the other options offered by the Filler argument. It is evaluated before (and will overwrite) any Filler argument.

i.e.

samesize(a,b,"CustomFiller", ":D", "Filler", "string")

This will use the CustomFiller ":D" and ignore the "string" argument.

v0.2

Choose a tag to compare

@NotMyMajor NotMyMajor released this 02 Mar 21:59
f642f44

Just a bit more documentation.

v0.1

Choose a tag to compare

@NotMyMajor NotMyMajor released this 02 Mar 21:42
be9e227

Initial commit and first functional version.