Matlab app (parallelLinkDesigner) not opening.

8 次查看(过去 30 天)
Whener I am trying to open the parallelLinkDesigner, it is throwing the below error:
Signal Integrity Toolbox recommends you to set the Java Heap Memory to at least 8458579968MB.
Use Home Tab -> Preferences -> MATLAB -> General -> Java Heap Memory
Current Java Heap: 287MB with 52MB in use. Maximum heap: 1584MB. Heap setting: 1728MB.
Error using attach_name
Unexpected internal error in shareEngine: System error: Failed to get current user groups
Error in matlab.engine.isEngineShared (line 17)
name = attach_name;
Error in si.utilities.startEngine
Error in si.interface.SignalIntegrityServer
Error in parallelLinkDesigner (line 47)
svr = si.interface.SignalIntegrityServer(type="parallel");
Please help.

回答(1 个)

Aniket
Aniket 2024-8-9,12:39
It looks like you're running into an issue with Parallel Link Designer in MATLAB R2023a. The memory recommendation is just that—a warning. MATLAB sometimes gives out random memory allocation suggestions, this warning can be ignored.
The issue regarding MATLAB shared engine can be resolved by upgrading to the latest version. There was a bug related to this issue in earlier versions, and even after some updates, it still exists in R2023a. However, upgrading to the latest version (R2023a Update 2 and later) should fix it. You can check out more details here:
The below possible workarounds maybe used if upgrading MATLAB is not feasible:
  1. Network Connection: Make sure your computer is connected to a stable network.
  2. User Account Groups: Check the groups your Windows user account belongs to. This might help if there are any permissions issues. You can follow this guide to see which groups your account is in: https://web.archive.org/web/20230401202240/https://www.howtogeek.com/tips/how-to-see-which-group-your-windows-user-belongs-to/
  3. AzureAD Account: If you're using an AzureAD account instead of a local user account, this might be causing the issue. Switching to a local user account could help.
Hope it helps!

类别

Help CenterFile Exchange 中查找有关 Programming Utilities 的更多信息

产品


版本

R2023a

Community Treasure Hunt

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

Start Hunting!

Translated by