フィルターのクリア

How can I change the Scalogram labels and font size and make colorbar to span horizontally beneath the figure and termed Energy?

1 回表示 (過去 30 日間)
How can I change the Scalogram labels and font size and make colorbar to span horizontally beneath the figure and termed Energy? (like picture provided)
load kobe
plot((1:numel(kobe))./60,kobe)
xlabel('mins')
ylabel('nm/s^2')
grid on
title('Kobe Earthquake Data')
[wt,f,coi] = cwt(kobe,1);
cwt(kobe,1)

回答 (0 件)

カテゴリ

Help Center および File ExchangeColormaps についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by