필터 지우기
필터 지우기

Simulation acceleration (Simulink)

조회 수: 5 (최근 30일)
Peter Balazovic
Peter Balazovic 2022년 4월 2일
답변: Ashutosh Thakur 2023년 12월 22일
Is it possible to accelerated Matalb/Simulink simulation and use NVIDIA Quadro T1000 + Intel® Core™ i7-9850H 6cores, 12 MB cache at maximum, how (FFT calc, SimScape, etc...)?

답변 (1개)

Ashutosh Thakur
Ashutosh Thakur 2023년 12월 22일
Hi Peter,
I can understand that you want to know if it is possible to have a accelerated simulation with your current hardware.
Yes, It is possible to improve performance with the current configuration of the hardware. I am suggesting few ways in which you can improve the performance of the simulation:
  • Usage of Parallel Computing Toolbox functions such as "parfeval", "parfor", "parpool" etc, to parallelize the execution of MATLAB code and you could also use "parsim" to run multiple simulations parallely at a time on multiple threads
  • Also their are differente modes of simulation, and modes such as "Accelerator" or "Rapid Accelerator" can help you to improve the performance of the simulation based on the model requirements.
  • With the presence of GPU, you can also increase the performance of the simulation in models which contains MATLAB Function blocks present in them by using the capabilities of the GPU.
You can follow the below documentation links which will provide more information regarding the above mentioned suggestions:
I hope this helps you.
Thanks.

카테고리

Help CenterFile Exchange에서 Simulink Functions에 대해 자세히 알아보기

태그

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by