error while using Remote desktop access
古いコメントを表示

i am using remote desktop access to use matlab.i have to use the rf budget analyzer but I am getting a load library error . i am attaching a image of it please help.
採用された回答
その他の回答 (1 件)
wenly
2021 年 2 月 21 日
I had the same problem but couldn't find any solutions elsewhere that worked (and that didn't require administrator access to the remote desktop). What worked for me was to ensure that the Matlab launch sequence and the first plot are performed while I'm not connected. For example:
- Connect to the remote desktop.
- Launch Matlab and immediately cut the connection to the remote desktop.
- Wait 30 seconds or so (to give Matlab time to launch), and reconnect to the remote desktop.
- Create a plot with a pause beforehand, e.g.,
pause(10); plot([1,2], [1,2]);
Before the 10 seconds of pause() finish, cut the connection again.
5. Wait 10 seconds, and then reconnect to the remote desktop.
For some reason, as long as Matlab launches and creates its first plot in the background while I'm not connected to the remote desktop, all subsequent operations work and I don't get the LoadLibrary error 87 anymore.
1 件のコメント
Adam Danz
2021 年 2 月 21 日
Thanks for the tips wenly!
カテゴリ
ヘルプ センター および File Exchange で Startup and Shutdown についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!