how to trigger a simulink simulation from Matlab production server
Show older comments
i want to trigger a simulink simulation from Matlab Production server, Matlab production server is inturn triggered by Data management tool in server, any help is welcome. we are using MaDaM from AMS from Data management and analystics
Answers (1)
Kojiro Saito
on 23 Mar 2017
0 votes
So, how about convert Simulink to an execution file (C code) by using Simulink Coder and then, from MATLAB Production Server, call the exe by system('***.exe')? If it might work for you, I think you had better test it using a trial license.
1 Comment
Manikandan Karthikeyan
on 23 Mar 2017
Categories
Find more on Installation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!