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.
类别
在 帮助中心 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!