Matlab - Standard Deviation of Cartesian Points
问题 I have an array of cartesian points (column 1 is x values and column 2 is y values) like so: 308 522 307 523 307 523 307 523 307 523 307 523 306 523 How would I go about getting a standard deviation of the points? It would be compared to the mean, which would be a straight line. The points are not that straight line, so then the standard deviation describes how wavy or "off-base" from the straight line the line segment is. I really appreciate the help. 回答1: If you are certain the xy data