片対数グラフを立体に重ねたい
Afficher commentaires plus anciens
片対数グラフを3次元グラフ中に立体に重ねるようにしたいのですが何か方法はないでしょうか
以下の『上グラフ』の波形を『下グラフ』のようにz軸で分かれるように表示させたいです


Réponses (1)
Akira Agata
le 8 Août 2024
Déplacé(e) : Atsushi Ueno
le 10 Août 2024
2番目のグラフを表示するところまでは既にできているという理解で間違いないですか?
もしそうでしたら、以下を追加することで表示されたグラフの Y軸を対数スケールに変えることができます。
ax = gca;
ax.YScale = 'log';
1 commentaire
大智 山本
le 8 Août 2024
Déplacé(e) : Atsushi Ueno
le 10 Août 2024
Catégories
En savoir plus sur グラフとネットワーク アルゴリズム 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!