Run MATLAB remotely through macbook
조회 수: 4 (최근 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!