mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-01 00:20:18 +00:00
3 lines
49 B
Matlab
3 lines
49 B
Matlab
function y = rnd(x)
|
|
y = double(x>rand());
|
|
end |