- リモートPCで"control userpasswords2"を実行し自動ログオンONを設定。
- リモートPCのスタートアップに以下設定。
...\matlab.exe -automation -r exit
要は最初のログオン時にチェックしているようなので接続前に自動ログオンしいったんmatlabを上げてしまえばよい。
PCの設定など雑多なメモのメモ
intrlvd = matintrlv([1 2 3 4 5 6; 2 4 6 8 10 12]',2,3)
intrlvd =
1 2
4 8
2 4
5 10
3 6
6 12