Hacker News new | ask | show | jobs
by hdctambien 1091 days ago
I don't know about programming languages, but in mathematics |v| is the notation to get the length of a vector... So maybe Matlab uses that syntax?
1 comments

FYI, MATLAB uses `length(v)` to get the length of vector v.