News

Sparse ND arrays in Matlab. Behavior of the SparseND objects is designed to mimic the one of built-in sparse matrix class of Matlab, which in term should be indistinguishable from numerical or logical ...
Utility functions for structures in Matlab. Contains functions to concatenate (cat), merge and override structures. - johwing/matlab_structure ... (dim, A, B) C = cat_struct(dim, A1, A2, A3, A4, ...) ...