error while using Remote desktop access

23 views (last 30 days)
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.

Accepted Answer

Adam Danz
Adam Danz on 26 May 2020
Edited: Adam Danz on 27 May 2020
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.

More Answers (1)

wenly
wenly on 21 Feb 2021
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.

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!