필터 지우기
필터 지우기

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 (최근 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