Running Simulink Blocks without License in Collaborative Project

17 ビュー (過去 30 日間)
Dave Walter
Dave Walter 2015 年 9 月 17 日
コメント済み: Andreas Goser 2015 年 9 月 21 日
I am working on a collaborative project where I have blocks utilizing special tools - in this case Stateflow. Another collaborator does not have access to a Stateflow license. Is there a way to convert my blocks that use Stateflow to some format that would allow the other user to build/run the model?
The other user does not need to edit or change the Stateflow blocks, just be able to build the larger model for debugging.

回答 (1 件)

Walter Roberson
Walter Roberson 2015 年 9 月 17 日
My understanding (possibly wrong) is you can only do that if you go through the trouble of generating code for them and sending them the generated code in place of the blocks. That would involve Simulink Coder. I do not recall at the moment whether you could then get away with MATLAB Compiler or if you would need MATLAB Coder as well as MATLAB Compiler.
  3 件のコメント
David Walter
David Walter 2015 年 9 月 18 日
I have Simulink Coder and Matlab Coder. Can you give any further guidance and how to do this?
Andreas Goser
Andreas Goser 2015 年 9 月 21 日
The idea is that you would put everything the project partner cannot run into a new subsystem and generate an S-Function for it. Details may depend on release, but it is an option in the context menu of the new subsystem.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSimulink Functions についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by