Rotate screen orientation by m-file.
2 ビュー (過去 30 日間)
古いコメントを表示
How to rotate the orientation of the second screen from landscape to portrait on a dual-monitor system
0 件のコメント
回答 (1 件)
Pratyush
2023 年 11 月 16 日
Hi Kei,
I understand that you want to change your screen's orientation using matlab script. Rotating the screen orientation programmatically is generally not within the scope of MATLAB's functionality. MATLAB is primarily designed for numerical computing, not for controlling system-level settings.
However, you can potentially accomplish this by using MATLAB to call a system command using the "system()" function, provided that there is a command-line utility available on your system that can change screen orientation.
I think "DisplaySwitch.exe" on windows machine could help you achieve this.
Hope this helps.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!