グラフの目盛りを片方だけ非表示にする方法
Mostrar comentarios más antiguos
グラフの目盛りをx軸の上側だけ、もしくはy軸の右側だけ非表示にする方法はありますでしょうか。
Respuesta aceptada
Más respuestas (1)
Akira Agata
el 1 de Feb. de 2021
box off と設定したときに表示されるプロットのようなイメージでしょうか?
figure
plot(magic(4))
box off

1 comentario
Masaki Nakamori
el 1 de Feb. de 2021
Categorías
Más información sobre 2 次元および 3 次元プロット en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!