Update 'Test_2_43_2.m'

This commit is contained in:
Michal_Lelonek 2021-12-07 16:33:23 +01:00
parent 00c96fd212
commit 131b521361

View File

@ -5,6 +5,6 @@ function Catalog2 = Test_2_43_2(Catalog)
%% TEST_2_43 %% TEST_2_43
%% TODO: Put your application code here %% TODO: Put your application code here
Catalog2=Catalog(1).val Catalog2=Catalog(1:6)
end end