sparse_dmd
sparse_dmd copied to clipboard
Matlab plot
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:
- snapshots_channel.m
- run_dmdsp.m
- 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