Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プロットにグリッド線を配置しようとしていますが、軸の番号付きマーカーをオフにしています。
最初に次を使用してグリッド線をオンにします。
grid on;
ただし、使用してマーカーを取り除くと、
set(gca,'YTick',[]); % Get rid of markers
Y グリッドがオフになります。どうすれば滞在できますか?