Releases: lmendo/MATL
Releases · lmendo/MATL
Various improvements
- renamed
normandaccumarrayfunctions - removed
convmtxfunction (can be realized withconv2andeye) or,andfunctions are nowY|,Y&- new "increment by 1" and "decrement by 1" functions (
Q,q) - next-prime and totient functions have been moved
breakandcontinueare now unconditional- clipboard M has been extended to 4 function calls, and inputs can be addressed individually.
9.3.1
Now with online support!
9.2.2
Improvements in `Zr`, `D`, `XD`
- Improved Octave compatibility for
Zr(randsample) function - Fixed default number of significant digits for
DandXDfunctions - Fixed
XDdescription in specification document
Improvements in `regexp`, `regexprep`. Corrected bug in `ismember` in Octave
XX(regexp) produces by default the number of outputs corresponding to the specified input keywords. In addition, it automatically converts numeric first or second inputs to charYX(regexprep) automatically converts numeric first, second or third inputs to char- Bug corrected in Octave regarding
ismembercompatibility
9.1.0
Some functions extended, renamed, removed; improved Octave compatibility
- The n-th prime function has been extended to include Euler's totient function and next prime function
- A bug has been corrected in
str2numwhich prevented using 2D char array inputs str2numandstr2doublehave been renamed- Removed
&,|(they are almost equivalent to*,+) - Set functions
unique,union,intersect,setdiffnow use the'stable'` flag by default - Added compatibility in Octave of 'stable' flag for functions
unique,union,intersect,setdiff,setxor, only in the one-output case - Improved compatibility with Octave for the following functions, so that the give the same results as in Matlab:
ismember,unique,triu,tril. - Compatibility functions are now stored in separate files
8.0.0: Automatic clipboards and other additions
- Added automatic clipboards: G (stores all user inputs) and M (stores recent function inputs)
- Added another "duplicate" function,
y - Added Cartesian power function
- Generalized
!(transpose) to work with multidimensional arrays - Renamed
num2str,size
7.0.0: Various improvements
strsplitnow allows second input to be numeric; in that case it is automatically converted to char- New predefined literals
- Extended functionality of
nowwith 1 input to produce entries ofclock's output - Correction in
gcdandlcm: they weren't working correctly with a single input convautomatically converts its first two inputs todoubleZ}with two inputs splits along the dimension indicated by second inputisemptyfunction has been removed (can be done easily withnumel)- Added Octave compatibility with
spiralfunction - Extended
imageto includeimagesc. This is controlled by last input. - Functions
bitand,bitor,bitxor,bitget,bitsetnow automatically convertcharfirst input
to double
- Function
bitsetnow has 3 inputs by default