How to transfer output from simulink into m-file in real time
    2 次查看(过去 30 天)
  
       显示 更早的评论
    
I want to run the iterative algorithm in the m-file. There is a objective function in the m-file. The output of simulink needs to be used in the iterative algorithm, and it is used once every iteration. 
e.g.
while k<N
alphak=object(x);%function
betak=m^alphak;
The "object" is a external function that needs to be called. In the function, I need to use output from simulink. Therefore, I want to consult that How to transfer output from simulink into m-file in real time?
0 个评论
回答(1 个)
  Paul
      
      
 2022-7-8
        Asusming the loop only needs the output of the simulation after the simulation completes ...
0 个评论
另请参阅
类别
				在 Help Center 和 File Exchange 中查找有关 Large-Scale Modeling 的更多信息
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

