summaryrefslogtreecommitdiff
path: root/29/DEPENDENCIES/parallel.sce
blob: 1564c4eab6ce79c783444a4e39a1dd18ee7433be (plain)
1
2
3
function [y]= parallel(sys1,sys2)
y=sys1+sys2;
endfunction