function [names, data, data2] = test(abc, def) names = ["Data1" "Data2"]; data = abc*2; data2 = def*3; end