Group Abstract Group Abstract

Message Boards Message Boards

The Monkey function does not work: AbsoluteCorrelationFunction

Posted 11 years ago
POSTED BY: Juan Bselga
2 Replies

Assuming that your data was imported into the correct format for AbsoluteCorrelationFunction, then AbsoluteCorrelationFunction is returning a list of data. So you'd need to use ListPlot. Plot is for functions or an explicit variable, hence the error message. E.g., your Listplot call would be

ListPlot[r, AxesOrigin -> {0, 0}, PlotRange -> All]

without your specific data I cannot be sure this will work, but give it a try.

POSTED BY: David Reiss
Posted 11 years ago

Thanks a lot. It seems working.

Juan

POSTED BY: Juan Bselga
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard