nelson v0.5.7 Release Notes

Release Date: 2021-07-24 // over 2 years ago
  • ๐Ÿ”‹ Features:

    • ๐Ÿ‘ macros in memory reworked to support also MEX.

    • ๐Ÿ— C MEX compatibility, load and build fully compatible with other softwares.

    • inmem builtin returns names of functions, MEX-files in memory.

    • mexext builtin returns binary MEX file-name extension.

    • main function in .m no more require to be the first in file.

    • checks in the .m function that other local function names are not duplicated.

    • .m timestamp checked if addpath(...,'-frozen') is not enabled.

    • function_handle reworked to have an compatible behavior.

    • struct behavior with function_handle.

    • ๐Ÿ‘ clear reworked to support mex in memory.

    • โšก๏ธ nargin, nargout behavior with mex updated.

    • #474: exist: extended to manage mex function.

    • #449: conv2: 2-D convolution and conv: Convolution and polynomial multiplication.

    ๐Ÿ› Bug Fixes:

    • #468: A(':') = [] was not managed.