Skip to content

Releases: NotMyMajor/MATLAB_samesize

v0.3

04 Mar 17:16
fe4ca16
Compare
Choose a tag to compare

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

02 Mar 21:59
f642f44
Compare
Choose a tag to compare

Just a bit more documentation.

v0.1

02 Mar 21:42
be9e227
Compare
Choose a tag to compare

Initial commit and first functional version.