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.
知っている
imshow('myimage.png'、'border'、'tight');
画像の周囲にタイトな境界線が表示されます。しかし、すでに画像を開いている場合はどうなりますか?境界線を狭くする方法はありますか?
imshow('coins.png') set(gca, 'Units', 'normalized', 'Position', [0 0 1 1])
(1)画像をクリックして、画像が表示されている図の軸を選択します。
(2)コマンドウィンドウに入力します
軸がタイト
これがあなたがやりたいことだと仮定して...あなたの質問から、あなたが正確に何をしたいのかは明確ではありませんでした。