Preventing Emphasis in plot from Simulink Model
이전 댓글 표시
I have a plot coming from a function used in a simulink model. When this plot is run every 10 ms it will bring the plot to the the foreground preventing me from doing other work while it is running. Is there any way to have this plot update in the background instead of in the foreground.
I am using matlab/simulink 2015b and cannot use a newer version
답변 (1개)
Sulaymon Eshkabilov
2019년 8월 19일
0 개 추천
Maybe just save/store the data instead of plotting them while simulating the model and plot afterwards if there is no need to view the plot figure during the simulation.
카테고리
도움말 센터 및 File Exchange에서 Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!