Feeds
已回答
How to find magnitude of an array of 17 vectors
sqrt(sum(data.^2,dim)) where dim is the dimention that your vectors are written in. ie a 5x3 vertical list of horizontal vectors...
How to find magnitude of an array of 17 vectors
sqrt(sum(data.^2,dim)) where dim is the dimention that your vectors are written in. ie a 5x3 vertical list of horizontal vectors...
6 years 前 | 0
