sparse_dmd icon indicating copy to clipboard operation
sparse_dmd copied to clipboard

Matlab plot

Open matteoalpe opened this issue 8 years ago • 0 comments

Hello,

I am trying to use the code with your data of the three cases in order to understand how DMD works. For my thesis project at Cranfield University I have to investigate a transient simulation data of a 3D S-duct with the DMD method along 2D planes.

I ru the codes in matlab with this order:

  1. snapshots_channel.m
  2. run_dmdsp.m
  3. plots.m

but 3) gives me this error: Undefined function or variable Edmd error in plots (line 5) plot(imag(log(Edmd)), abs(xdmd), 'ko')

I admit that I am not good in coding and I am trying to learn!

Thank you very much I hope you can help me!

Matteo

matteoalpe avatar Jun 07 '17 09:06 matteoalpe