User Portlet User Portlet

Discussions
Bellow I have a simple script I have written where I attempt to fit a set of data points to a wave equation. At this point I would like to extract the period from this function. To do this I believe I would need to find the x-intercepts. As well as...
Thanks so much, that was really helpful! Could you by chance go a little bit deeper into the operation: yMean = Mean@Cases[data, {#, _, c_} -> c] & /@ xAxis; (*Calculate the mean of the column 3 for each specific value of column 1*)   and...