This commit is contained in:
2023-11-14 17:10:27 +08:00
commit d5a822831c
423 changed files with 5909 additions and 0 deletions

10
FOTF Toolbox/slblocks.m Normal file
View File

@ -0,0 +1,10 @@
function blkStruct = slblocks
%SLBLOCKS Defines the block library for FOTF Toolbox or Blockset.
% Copyright (c) Dingyu Xue, Northeastern University, China
% Last modified 28 March, 2017
% Last modified 18 May, 2022
blkStruct.Name = sprintf('%s\n%s','FOTF Blockset','Toolbox');
blkStruct.OpenFcn = 'fotflib';
blkStruct.IsFlat = 1;
end