Calculated average curve from excel data

3 views (last 30 days)
Daniel Vaccaro
Daniel Vaccaro on 20 Mar 2015
Commented: Kevin Claytor on 20 Mar 2015
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 Comment
Kevin Claytor
Kevin Claytor on 20 Mar 2015
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???

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!