Run MATLAB remotely through macbook
5 ビュー (過去 30 日間)
古いコメントを表示
I installed MATLAB 2021a on a Windows PC and my macbook laptop. How can I use the macbook to run a MATLAB .m file on the Windows PC remotely? I cannot use RDP or VNC because two users have to work simultaneously on that PC. Thank you for the help!
0 件のコメント
回答 (1 件)
Kiran Felix Robert
2021 年 6 月 24 日
編集済み: Kiran Felix Robert
2021 年 6 月 24 日
Hi Jiaai,
You can open try using a command line interface to access a windows PC and run a MATLAB script directly using
matlab -batch myscript
Please refer the Start MATLAB program from Windows system prompt documentation for more details and limitations
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Startup and Shutdown についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!