Multiple Scattergram plots in the same figure
Show older comments
I would like to create two scattergram plots (Wavelet toolbox) in the same figure. I tried using the subplot command but it did not work (no error message, but only plotted the 2nd figure, not in subplot position).
scattergram(wf,Sgood,'FilterBank',vizLevel); title(good);
Accepted Answer
More Answers (0)
Categories
Find more on Continuous Wavelet Transforms 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!