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