plot of a cell array

1 view (last 30 days)
Nara Lee
Nara Lee on 24 Apr 2021
Edited: Nara Lee on 25 Apr 2021
HELLO there.
I want to get the plot of a cell but it appears to be empty plot could someone help me?
  7 Comments
Nara Lee
Nara Lee on 25 Apr 2021
Edited: Nara Lee on 25 Apr 2021
actually there is no difference between T1/T2 or T1*invT2 and no diff between ei{n}=eig(T{n}) and what i just wrote i really checked it.
and now i want plot from a cell
g{n}=log(ei{n})
im{n}=imag(g{n})
plot(im)
I know it would give me the plot but as i said i want just the first components of each cell be plotted.
there is a 1*121 cell that each cell has for example [2.34,0.3456]
Walter Roberson
Walter Roberson on 25 Apr 2021
im is a cell array that contains columns vectors of eigenvalues. What should the plot look like?

Sign in to comment.

Answers (1)

Nara Lee
Nara Lee on 25 Apr 2021
Edited: Nara Lee on 25 Apr 2021
this is im{n} and actually it gives me wrong answer it shouldn't be like this and if I do it just for one frequency it gives me same wrong answer

Categories

Find more on Line Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!