This website works better with JavaScript.
Home
Start
Help
Sign In
phschoen
/
ergo-keyboard
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3
Commits
1
Branch
0
Tags
2.1 MiB
OpenSCAD
98.1%
MATLAB
1.7%
Mathematica
0.2%
Tree:
9ffb1ff173
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '9ffb1ff173'
${ noResults }
ergo-keyboard
/
matlab
/
euklid_dist.m
4 lines
75 B
Raw
Blame
History
function
dist
=
euklid_dist
(
a,b
)
v
=
abs
(
a
-
b
)
;
dist
=
sqrt
(
sum
(
v
.*
v
)
)
;
end
Reference in new issue