Test_2_43/Test_2_43_2.m

11 lines
286 B
Matlab

%% This function was automatically generated. When modifying its signature, take care to apply...
%% modifications also to the descriptor files in the repository.
function Catalog2 = Test_2_43_2(Catalog)
%% TEST_2_43
%% TODO: Put your application code here
Catalog2=Catalog(1:6)
end