View Single Post
May10-11, 01:07 PM   #2
 
Blog Entries: 6
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
I'm thinking that you might need to Plot[{Im[correlationList[[1]]], ..., Im[correlationList[[n]]]}] rather than
Plot[Im[{correlationList[[1]], ..., correlationList[[n]]} ], if you get what I mean.

So what happens if you plot Evaluate[Im[correlationList]] instead?
Or first convert it to a list, e.g. plotting Im /@ correlationList?