projects
/
dpg
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
DPG demo version from 2019-08-20
[dpg]
/
vec.m
1
function result = vec( x );
\r
2
result = x(:);