Open hcwinsemius opened 5 months ago
I suggest plotting two cross-sections per spectrum. In Matlab I would do the following:
figure; subplot(1,2,1); pcolor(kx, kt, squeeze(Spectrum(ky==0, : , :) ) ); shading('flat'); xlabel('kx');ylabel('kt'); subplot(1,2,2); pcolor(ky, kt, squeeze(Spectrum( : , kx==0 , :) ) );shading('flat'); xlabel('ky');ylabel('kt');
I suggest plotting two cross-sections per spectrum. In Matlab I would do the following:
figure; subplot(1,2,1); pcolor(kx, kt, squeeze(Spectrum(ky==0, : , :) ) ); shading('flat'); xlabel('kx');ylabel('kt'); subplot(1,2,2); pcolor(ky, kt, squeeze(Spectrum( : , kx==0 , :) ) );shading('flat'); xlabel('ky');ylabel('kt');