Effacer les filtres
Effacer les filtres

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

19 vues (au cours des 30 derniers jours)
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 commentaire
Angelo Yeo
Angelo Yeo le 20 Mai 2024
(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.

Connectez-vous pour commenter.

Réponse acceptée

Kunal Kandhari
Kunal Kandhari le 21 Mai 2024
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:

Plus de réponses (0)

Catégories

En savoir plus sur Environment and Settings dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by