error while using Remote desktop access

23 次查看(过去 30 天)
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.

采纳的回答

Adam Danz
Adam Danz 2020-5-26
编辑:Adam Danz 2020-5-27
This is a Windows 10 error not associated with Matlab. The error may be occuring on the remote compute or an interaction between the local and remote computers. For example, there could be a conflict between the two video cards.
If you search the web for the error message indicated in your screenshot, you'll see lots of potential solutions to try.

更多回答(1 个)

wenly
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:
  1. Connect to the remote desktop.
  2. Launch Matlab and immediately cut the connection to the remote desktop.
  3. Wait 30 seconds or so (to give Matlab time to launch), and reconnect to the remote desktop.
  4. 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.

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by