Unable to open the requested feature. Check your internet connection and proxy settings in MATLAB Web preferences and then try starting the feature again. Detailed information

17 次查看(过去 30 天)
out = parsim(simInput,'ShowSimulationManager','on');
To check the parallel operation process of the simulation link file in real time with the above code, the following error window and error message occur.
I should be very grateful to you if you might help me.
  1 个评论
Angelo Yeo
Angelo Yeo 2024-5-20
(1) One cannot figure out the underlying reason for the issue without thorough reproduction steps. If you don't want to share your model and reproduction steps on the Internet, please reach out to MW technical support.
Note that Technical Support requires subscription to maintenance service.
(2) It might look strange that you run into "Web preference" error. However, the core issue is that the "Simulation Manager" was not initialized properly. In other words, MATLAB tried to run requested feature but failed. I assume that some of parallel computing features are not fully supported but you tried to run them. Again, we need reproduction steps to figure out the underlying reasons.

请先登录,再进行评论。

采纳的回答

Kunal Kandhari
Kunal Kandhari 2024-5-21
Hi,
The parsim function simulates a dynamic system multiple times, either in parallel or serially.
I am assuming that you have set a thread-based environment as the default in your profile. Note that thread-based environments support only a subset of the MATLAB functions available for process workers. Currently, the thread-based environment doesn’t support the parsim function. Therefore, you need to use a process-based parallel pool environment for running the parsim function.
Refer to the following MATLAB Answers post for setting up the process-based environment:
Also, you can check list of MATLAB functions supported in thread-based environment here:

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Environment and Settings 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by