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.
ピクセル幅を見つけるには、どうすればそれを行うことができmatlabますか?
matlab
EDITたとえばmmの幅が必要です
ありがとう。
ScreenPixelsPerInchルート オブジェクトのプロパティを使用してみてください。
ScreenPixelsPerInch
pixelsPerInch = get(0, 'ScreenPixelsPerInch'); mmPerInch = 25.4; mmPerPixel = mmPerInch / pixelsPerInch;