Feeds
질문
Euclidean distance between two points.
I need to create a function that calculates the euclidean distance between two points A(x1,y1) and B(x2,y2) as d = sqrt((x2-x1...
13년 초과 전 | 답변 수: 1 | 0
1
답변질문
A script file that reads in a set of measurements stored in x and calculates the mean or average, variance and standard deviation on the input data set.
I have to use for loop to solve this but I have no idea where to start. Can someone please point me in the right direction or gi...
13년 초과 전 | 답변 수: 1 | 0
