can i simply generate blocks to simulink from m-file code
조회 수: 8 (최근 30일)
이전 댓글 표시
Hello,
can i simply generate blocks to simulink from m-file code.
I just want to define the simulation (blocks) in the code. This code creates a model(simulation schema).
Define position, define color, add blocks, inputs, outputs, block properties, automatically link blocks.
I also want to read and edit these blocks again (by another script)
Is there any pdf, tutorial or manual?
When I look for help or for the mathworks-forum, I see that this possibility exists. But I did not find a complete manual or simple examples.
Thank you for answer.
댓글 수: 0
채택된 답변
Fangjun Jiang
2017년 9월 12일
Here is the link to the online R2017a document. You can find similar section in your version of MATLAB/Simulink.
https://www.mathworks.com/help/simulink/ug/approach-modeling-programmatically.html
댓글 수: 0
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!