release 1.0

This commit is contained in:
2025-06-14 19:51:05 +03:00
commit 1bd5009b9d
25 changed files with 3386 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
function sl_customization(cm)
% Добавим путь к коллбекам
addpath(fullfile(fileparts(mfilename('fullpath')), 'm'));
addpath(fullfile(fileparts(mfilename('fullpath')), 'lib'));
end