Calculated average curve from excel data

2 次查看(过去 30 天)
Hey guys,
I'm pretty new to MATLAB and trying to learn as I go. I have 28 sets of data in excel each containing xyz coordinates for 8 different points on an irregular valve. I was able to get this assembly in Solidworks, but now I'm trying to determine the average curve from this data. Right now I'm stuck after sorting all the data into 8 separate 3*28 matrices for each point. Is there a function to calculate an average curve from this data, or any recommendations on how to do it? Sorry if this has been asked before; I searched but couldn't find much. Thanks!
  1 个评论
Kevin Claytor
Kevin Claytor 2015-3-20
What is an "average curve"? You can compute the mean with mean(vector), and you can fit the data to a function with fit(), you could also want to compute the average curvature???

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Interpolation 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by