グラフの目盛りを片方だけ非表示にする方法
Mostra commenti meno recenti
グラフの目盛りをx軸の上側だけ、もしくはy軸の右側だけ非表示にする方法はありますでしょうか。
Risposta accettata
Più risposte (1)
Akira Agata
il 1 Feb 2021
box off と設定したときに表示されるプロットのようなイメージでしょうか?
figure
plot(magic(4))
box off

1 Commento
Masaki Nakamori
il 1 Feb 2021
Categorie
Scopri di più su 2 次元および 3 次元プロット in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!