index
:
Scilab-TBC-Uploads/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
773
/
DEPENDENCIES
/
6_1.sce
blob: ef7a5000e5cd055d5bd8c8688cd5ce27ebb957af (
plain
)
1
2
3
function [y]=parallel(sys1,sys2) y=sys1+sys2 endfunction