필터 지우기
필터 지우기

How to run matlab and simulink in parrallel such that they dont effect each other speed

조회 수: 1 (최근 30일)
Hi, I have following concerns and need suggestion
Queiry: How to run matlab and simulink in parrallel such that one does not effect the speed of other.
Explanation: Want to capture data from plant model in simulink (a bunch of data), model running for infinity time (i.e is online) and then take the data for analysis in other code (Matlab .m file)
  • tried 'to workplace' but it dilivers data to matlab when the simulink is paused or stopped, isn't for online purpose
  • used 's function' in simulink but it slows down the whole simulation
  • used 'get_param('block,'RuntimeObject') in matlab but the sample is available at instant only when this function is called and then changes.
Please can someone guide how to acheive this and which toolbox/command to use.
best regards

채택된 답변

Johnny
Johnny 2023년 11월 15일
I believe a solution to your problem can be found in the documentation here.
Basically you need to log the signals, and then in the properties of the logged signal, enable the data access during run time and provide the MATLAB function for analysis.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Create Large-Scale Model Components에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by