Corrections and extensions
-
Circular convolution (
cconv
) implemented asZ+
with 3 inputs; including Octave compatibility -
Zc
with a single, non-cell input replaces nonzeros by 35 (ASCII for '#') and converts to char -
Octave compatibility:
Zd
(gcd
) andZm
(lcm
) now allow char inputs -
Extended
Zs
with skewness and kurtosis -
Correction for set functions in Octave. The bug afffected Octave's compatibility functions for
setxor
,setdiff
,union
andintersect
. Thanks to Sanchises for noticing!