new app2: changed the way data is stored and accessed, better gui, added data manipulation via external functions
This commit is contained in:
5
functions/test.m
Normal file
5
functions/test.m
Normal file
@ -0,0 +1,5 @@
|
||||
function [names, data, data2] = test(abc, def)
|
||||
names = ["Data1" "Data2"];
|
||||
data = abc*2;
|
||||
data2 = def*3;
|
||||
end
|
||||
Reference in New Issue
Block a user