pspectrum関数を使用した際のmatlab タイトルとcolorbarの削除について
Afficher commentaires plus anciens
pspectrum関数で作製したグラフのタイトルとcolorbarの消し方について質問です。
現在以下のようにプログラムを書いております。
pspectrum(filename,f,'spectrogram');
ax = gca;
ax.XAxis.Visible = 'off'
ax.YAxis.Visible = 'off'
軸は消せたのですが、pspcrtrum関数を用いると自動的にタイトルとcolorbarが表示されてしまいます。(下の図)
消す方法はないのでしょうか。
また、現在、ディープラーニングにいれる画像の前処理をしているのですが、このやり方以外に画像範囲の設定をする方法があれば教えてほしいです。

Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Title dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!