Test_2_43/Test_2_43_2.m

11 lines
283 B
Mathematica
Raw Normal View History

2021-12-07 16:11:26 +01:00
%% 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
2021-12-07 16:33:23 +01:00
Catalog2=Catalog(1:6)
2021-12-07 16:16:10 +01:00
2021-12-07 16:11:26 +01:00
end